I created a Web Database, and within 2 forms and 1 navigation (web form).
The form called FrmAllUsers is a datasheetform, and when I click on the field Id it opens the second form called FrmUserDetails by using a Macro with the following Macro's instructions:
OpenForm
Form Name: FrmUse3rDatail
Where Condition =: [ID]=[Forms]![FrmAllUsers]![ID]
Data Mode: Edit
Windows Mode: Dialog
This code works fine, but I created a Navigation(web form) and dragged the form FrmAllusers, which became a submenu, the code above does not work.
What question is: how can I refer the subform FrmAllUsers which into Navigation form?
Where Condition =: [ID]=[Forms]![FrmAllUsers]![ID]?
Thsnk you in advance
The form called FrmAllUsers is a datasheetform, and when I click on the field Id it opens the second form called FrmUserDetails by using a Macro with the following Macro's instructions:
OpenForm
Form Name: FrmUse3rDatail
Where Condition =: [ID]=[Forms]![FrmAllUsers]![ID]
Data Mode: Edit
Windows Mode: Dialog
This code works fine, but I created a Navigation(web form) and dragged the form FrmAllusers, which became a submenu, the code above does not work.
What question is: how can I refer the subform FrmAllUsers which into Navigation form?
Where Condition =: [ID]=[Forms]![FrmAllUsers]![ID]?
Thsnk you in advance