I have searched the FAQ and not found a souloution.
I have the following Tables
Customers: with these fields Key Custref, Address details in separate fields
Clients: as above Key Cliref
Qnumber Key Qnumber,Debit,Payee,Custref
Purchase: Key Autonum and financial and other specific details including Custref & Cliref and Qnumber all indexed & Number which consists of the date in yyyy.mm.dd,number(incrementing on that day) format
Relationships Customer 1 to Qnumber many
Qnumber 1 to Purchase qnumber many
Client 1 to Purchase many
I am trying to get a form in which I can enter the customer name(combo) this activated a combo with a list of Qnumbers and on selecting a qnumber this activated a sub form list of all the entries relating to that qnumber.
I have as a model use the examples in the Souloutions DB based on Northwind.
I have created the following queries: Customer: Custref,Names
Qnumber: Custref,Qnumber
Purchase: Number,Qnumber and other relevent fields
When I apply the Run command to these queries in the design view they return the correct values.
On the form header I have a combo SelectCustomer and a combo SelectCheque with a enabled utility module from the Solution db and properties set from the same source.
The subform was created using a wizard.
When I open the form the selectCustomer combo limits the value in the SelectCheque box however it will not run the subform ( I have even tried using a hidden text box to show the Qnumber from the SelectCheque combo but that will not run. If I run the subform from design view it asks for the SelectCheque Qnumber and then the Qnumber.qnumber and it will show the correct list of entries.
Could you help me attach these form so that they run together, and would it be possible to use a similar form to enter data in the same format by selecting the customer and entering a new cheque number?
I have the following Tables
Customers: with these fields Key Custref, Address details in separate fields
Clients: as above Key Cliref
Qnumber Key Qnumber,Debit,Payee,Custref
Purchase: Key Autonum and financial and other specific details including Custref & Cliref and Qnumber all indexed & Number which consists of the date in yyyy.mm.dd,number(incrementing on that day) format
Relationships Customer 1 to Qnumber many
Qnumber 1 to Purchase qnumber many
Client 1 to Purchase many
I am trying to get a form in which I can enter the customer name(combo) this activated a combo with a list of Qnumbers and on selecting a qnumber this activated a sub form list of all the entries relating to that qnumber.
I have as a model use the examples in the Souloutions DB based on Northwind.
I have created the following queries: Customer: Custref,Names
Qnumber: Custref,Qnumber
Purchase: Number,Qnumber and other relevent fields
When I apply the Run command to these queries in the design view they return the correct values.
On the form header I have a combo SelectCustomer and a combo SelectCheque with a enabled utility module from the Solution db and properties set from the same source.
The subform was created using a wizard.
When I open the form the selectCustomer combo limits the value in the SelectCheque box however it will not run the subform ( I have even tried using a hidden text box to show the Qnumber from the SelectCheque combo but that will not run. If I run the subform from design view it asks for the SelectCheque Qnumber and then the Qnumber.qnumber and it will show the correct list of entries.
Could you help me attach these form so that they run together, and would it be possible to use a similar form to enter data in the same format by selecting the customer and entering a new cheque number?