Add New Record

  • Thread starter Thread starter JamesJ
  • Start date Start date
J

JamesJ

Getting frustrated.
Any way to use the GotoRecord Method without referencing the form name.
If the form is already open why the need to referewnce????

James
 
JamesJ said:
Getting frustrated.
Any way to use the GotoRecord Method without referencing the form name.
If the form is already open why the need to referewnce????


You should use the form name so Access doesn't guess wrong
and do something funny to a different form. This should not
be a point of frustration if you are using the GotoRecord
method in the form with the record. Just use Me.Name in the
ObjectName argument. If you want to use the method for
different form, then you really do need to use the form
name.
 
Back
Top