View Full Version : Syntax Error [From]


JGC
01-18-2003, 05:13 AM
Hi guys & girls, Thank you in advance for your help.

I have a form based on two tables. When I open this form I get a syntax [From] error.

Thanks
Joe

llkhoutx
01-18-2003, 09:30 AM
Open the form in design view and check its rowsource for coirrect context.

Alternatively, create an On-Open event in case you don't have one and set a breakpoint on the subrouinte line (F9). Open the form and single step through your code (repeated hit F8) to see where the your code errors.