Thread: pgaccess

pgaccess

From
Jerome Raupach
Date:
anybody knows to use pqaccess ?

I would like ->

table   : ___________
f1      : ___________

execute the query : SELECT f1, f2, f3,f4 FROM 'name_table' WHERE f1 LIKE
'name_f1' ORDER BY f1 ;

|--------------|----------|---------|-------|
|      f1      |    f2    |    f3   |   f4  |
|--------------|----------|---------|-------|
|              |          |         |       |
|--------------|----------|---------|-------|
|              |          |         |       |
|--------------|----------|---------|-------|
|              |          |         |       |
|--------------|----------|---------|-------|

I think that I must use Form in pgaccess but...

Thanks in advance.

Jerome.