Can someone tell me how to open a form, such as below?
How should the syntax for the WHERE arg be for the following:
Formname = frmSpendData (in current db)
Where = tablename.fieldname =
the value of the Field in frm_SpendMenu
This what I'm coding:
DoCmd.OpenForm(frmSpendData,,,(strTableName.ID=[Forms]![frm_SpendMenu.combo_Test])
Thanks!
surfside1
How should the syntax for the WHERE arg be for the following:
Formname = frmSpendData (in current db)
Where = tablename.fieldname =
the value of the Field in frm_SpendMenu
This what I'm coding:
DoCmd.OpenForm(frmSpendData,,,(strTableName.ID=[Forms]![frm_SpendMenu.combo_Test])
Thanks!
surfside1