2 things--> I have 55 fields(i am considering adding more) in a query based on two tables. Could this be a problem?
Secondly, my database has Tables-
Customers,
CUSTID(autonumber)
Orders,
ORDERID(autonumber)
CUSTID
Order Details,
ORDERDETAILID(autonumber)
ORDERID
Product Details,
PRODUCTDETAILID(autonumber)
ORDERDETAILID
My Customers(Single form) is my main form, Orders(single form) is a subform and OrderDetails(continous form) is a subform within orders. Product Details pops up with a command button(on Order Details).
Now let me just specify that I have read throught the majority of the threads in this awesome site but i cannot get anything to work for me.
User enters Customers form and starts an Order. When they click on the Order Details, how can I make the OrderID enter in automatically and how does this work for a pop up-
forms![Order Details]!{OrderDetailID]--->fills in forms![ProductDetails]!{OrderDetailID].
Will this work using continous forms?
Any help would be GREATLY appreciated.
Thank you in advance
ason1976
Secondly, my database has Tables-
Customers,
CUSTID(autonumber)
Orders,
ORDERID(autonumber)
CUSTID
Order Details,
ORDERDETAILID(autonumber)
ORDERID
Product Details,
PRODUCTDETAILID(autonumber)
ORDERDETAILID
My Customers(Single form) is my main form, Orders(single form) is a subform and OrderDetails(continous form) is a subform within orders. Product Details pops up with a command button(on Order Details).
Now let me just specify that I have read throught the majority of the threads in this awesome site but i cannot get anything to work for me.
User enters Customers form and starts an Order. When they click on the Order Details, how can I make the OrderID enter in automatically and how does this work for a pop up-
forms![Order Details]!{OrderDetailID]--->fills in forms![ProductDetails]!{OrderDetailID].
Will this work using continous forms?
Any help would be GREATLY appreciated.
Thank you in advance
ason1976