fieldname with blanks, how to access them

B

Bruno

Hi there,

within VBA, how can I access a table with fieldnames, containing blanks like
first field
second field

select first field, second field from table

I tried
select "first field", "second field" from table
but it did not work on my 2002 Access installation

thanks for any help

Bruno
 
J

Jan De Messemaeker

Hi,

Maybe a newsgroup dealing with Access matters is better suited to help you.
This group deals with VBA on Microsoft project.
Greetings,
 
Top