M
Mommio2
Hi,
I copied this from a sample database. I am making a menu form for the
user to decide if he wants to start a new record, edit an old one, or run a
report. This is supposed to start a new record, and it works in the sample
database, but when I click it in mine, nothing happens. Any suggestions?
Thanks!
In the On Click event of the control on the form I have:
Menu_Items Macros.NewStudent : On Click
In the macro group Menu_Items Macros, in the macro NewStudent I have:
GoToRecord
Object Type = Form
Object Name = Students (the table and form name)
Record = New
I copied this from a sample database. I am making a menu form for the
user to decide if he wants to start a new record, edit an old one, or run a
report. This is supposed to start a new record, and it works in the sample
database, but when I click it in mine, nothing happens. Any suggestions?
Thanks!
In the On Click event of the control on the form I have:
Menu_Items Macros.NewStudent : On Click
In the macro group Menu_Items Macros, in the macro NewStudent I have:
GoToRecord
Object Type = Form
Object Name = Students (the table and form name)
Record = New