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
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