OK, I can Open multiple Databases concurrently. I thought this was true.
I've known about about USE'ing the multiple associated tables for a good while.
But in my VFP7 when I attempt to
CLOSE DATABASE DATABASE2
I get an error message:
Command contains unrecognised phrase/keyword
I also notice that the Intellisense prompt which comes up when I am entering the CLOSE DATABASE command contains only the option [ALL] This would typically indicate that no other Expression is allowed.
Any other suggestions on CLOSE'ing a single Database?
Thanks,
I_Forgot