I need help

  • Thread starter Thread starter antonov
  • Start date Start date
Douglas,
I've copied the exampe in the "The Access Web" you told me...
the only thing is that I cannot open the form (Consignee) I need to open in
order to input the data needed....
 
Douglas,
I've copied the exampe in the "The Access Web" you told me...
the only thing is that I cannot open the form (Consignee) I need to open in
order to input the data needed....
 
Douglas,
I've copied the exampe in the "The Access Web" you told me...
the only thing is that I cannot open the form (Consignee) I need to open in
order to input the data needed....
 
Douglas,
I've copied the exampe in the "The Access Web" you told me...
the only thing is that I cannot open the form (Consignee) I need to open in
order to input the data needed....
 
What's at that site is just an example. The major reason I sent you to it
was so that you could see setting Response once the work is done.

Realistically, you probably want to scrap most of the code that's there, and
replace it with a DoCmd.OpenForm to open your form in Dialog mode so that
they have to react to it before they can go on. If you're comfortable that
your existing form is robust enough, you could simply set Response =
acDataErrAdded once you get control back from your form. Otherwise, you
might want to pass a value back to the routine so that you know whether or
not the form was successful.
 

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