MS Access: Enter a specific text in a form using command button from another form
问题 I would like to ask for your help on the following issue in MS Access. I had created a form "CustomerListF", filled with command buttons for each client. For each button, I had created the following code: Private Sub cmd_outlets_ABC_Click() DoCmd.OpenForm "OrderFormF" Forms!OrderFormF!Outlets = "ABC" End Sub The button would then open another form "OrderFormF" and enter "ABC" in the textbox named "Outlets". However, I realized the second line of code (Forms!OrderFormF!Outlets = "ABC") would