Hi Guys,
I am a new user to access. So I was going through the Northwind database and I saw the following string in the criteria section of the queries option [Forms]![Orders]![OrderID]. What does that mean??
Hi Guys,
I am a new user to access. So I was going through the Northwind database and I saw the following string in the criteria section of the queries option [Forms]![Orders]![OrderID]. What does that mean??
The query is getting its criteria from a form control named OrderID on a form named Orders. It's very common to use forms for criteria.