Navigation between forms

J

Jeff

I currently have command buttons to navigate between forms on my
applications. In most cases, when going to frmOutings, I want it to Go
To Record for frmOutings Record New.

However, I have navigation from a new form where I want to pass the
OutingID and have the information associated with that OutingID
display rather than go to the new record.

How would I do this? Would it be in VB code?

Thanks

Jeff
 
K

Klatuu

Don't quite understand what it is you are trying to do.
What is the difference between these two form?
I can't tell if what you are describing are names or actions. For example:

I want it to Go To Record for frmOutings Record New

Is frmOutings Record New the name of the form? If so, it is a confusing name.

If both forms are indentical except one is for new records and one is for
existing records, you are creating a maintenance headache by using two forms
where you only need one.

Can you describe, from a business perspective, not a technical one, what it
is you are doing, please?
 

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

Top