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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top