Placing Customer Order

S

Simon

When i place a customer order,i first go to frmCustomer where i enter
the customers details. I then have a button that opens up frmOrder to
place the order.

The problem is that i have to type in the customer ID number in on the
form.


Is there any way when i click place order on frmCustomer it will
automaticl put customer ID number on the Order form.


Thanks


Simon
 
S

Steve Schapel

Simon,

I have demonstrated one way to do this, in my reply to your previous
question.

However, I would normally prefer to put the frmOrder form as a subform
on the frmCustomer form. In this case, entering a new order for the
customer just means accessing a new record on the subform, and the
Customer ID is automatically taken care of.
 

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