dkmoreland
Registered User.
- Local time
- Yesterday, 19:25
- Joined
- Dec 6, 2017
- Messages
- 129
I NEVER, EVER use ANY name that includes spaces or special characters. It is amazing the problems they cause when using VBA and queries.
There is another reference style that might work -
Set Td = db.TableDefs("[Job Info]")
I think there is no ! or . before the ( but if the above doesn't work, try adding those characters.
I know - I don't normally use spaces or special characters. I inherited this database and am having to work around stuff that was done long before I got this. It would be a nightmare to go back and change everything.
But, I do appreciate your help. I did manage to get it working, thanks to your code and the suggestion from Cronk. Now I'm just working out the kinks.