J
JamesJ
Hi. Trying to open a form and display only records where the
ReminderTypeID field is 3 using the DoCmd object and a
Where Condition:
DoCmd.OpenForm "frmReminders", , , "[ReminderTypeID]" = 3
The form opens with all records displayed. What am I missing?
James
ReminderTypeID field is 3 using the DoCmd object and a
Where Condition:
DoCmd.OpenForm "frmReminders", , , "[ReminderTypeID]" = 3
The form opens with all records displayed. What am I missing?
James