Hi Everyone,
I am working on a quote form that is split into sections that pull data into a number of tables. This is where I have gotten to so far though:
On the quote form I have the quote reference and another field linked to the Quote Header (Enquiry Number), the rest is unbound which will be added to tables via VBA once the form is complete.
I have another form (continuous) for the labour, which I have added as a subform to my main form. I have created the necessary relationship on the subform however, when I have tried to test it nothing shows up. I get the labels, but the text boxes and combo boxes in the detail of the subform aren't showing.
I have created a PO template in the past which works perfectly and have used the exact same properties/relationships to create this new quote sheet but for some reason the detail section of my subform isn't visible.
Can anyone help with this please?
I am working on a quote form that is split into sections that pull data into a number of tables. This is where I have gotten to so far though:
- Quote Header - This is where the quote reference (auto number) will be held, and will hold the header data on the quote: date, overall value etc.
- Quote Labour - Any labour costs will be pulled into this table and a subform will be used to populate the data.
On the quote form I have the quote reference and another field linked to the Quote Header (Enquiry Number), the rest is unbound which will be added to tables via VBA once the form is complete.
I have another form (continuous) for the labour, which I have added as a subform to my main form. I have created the necessary relationship on the subform however, when I have tried to test it nothing shows up. I get the labels, but the text boxes and combo boxes in the detail of the subform aren't showing.
I have created a PO template in the past which works perfectly and have used the exact same properties/relationships to create this new quote sheet but for some reason the detail section of my subform isn't visible.
Can anyone help with this please?