Access 2k, Windows 2k, DAO or ADO question
How do you reference a field name that has spaces in a recordset? Ex:
With rs
duedate = !Due Date
end with
This returns an error, and I'm sure it's because of the spaces in the "Due Date" field name. Please help with correct syntax, thanks.
How do you reference a field name that has spaces in a recordset? Ex:
With rs
duedate = !Due Date
end with
This returns an error, and I'm sure it's because of the spaces in the "Due Date" field name. Please help with correct syntax, thanks.