MuskokaMad
Registered User.
- Local time
- Today, 11:40
- Joined
- Feb 28, 2010
- Messages
- 29
Thank you in advance for your assistance.
Here is the broad strokes of my challenge.
I have a sales database that handles POS transactions.
Within the program the user can select a customer from a standard search form.
This form passes the primary key for a TABLE tbl_Customers to a NEW FORM frm_CustomerHistory.
This FORM has 4 TABS the first 2 display the results from queries that show open or pending transactions and completed transactions for the client selected.
The third tab displays the details of contact between employees and that client based on a query.
It is with the third TAB tab_NewNote that I am having a problem.
I initially created a standalone form called frm_AddNewContact that collected the contact details.
Based on a discussion around work-flow it was decided it would be easier if the form existed as a new tab as opposed to a separate form.
When I put the frm_AddNewContact into the subform I run into a challenge. If I set the property of the SUBFORM to Data Entry and Allow Additions: Yes I
get the Header of frm_AddNewContact is Displayed and the Detail section of the SUBFORM is completely blank not even the controls are visible.
I have tried tried to set form to open at a new record as opposed to Data Entry in a number of events with no success.
If the Data Entry Propery is left as NO and the form is set to open without intervention the form opens with all controls visible but to an existing record (the first in the set for that customer).
Sorry for the long winded description but my head hurts from all the banging against the wall!!!
Here is the broad strokes of my challenge.
I have a sales database that handles POS transactions.
Within the program the user can select a customer from a standard search form.
This form passes the primary key for a TABLE tbl_Customers to a NEW FORM frm_CustomerHistory.
This FORM has 4 TABS the first 2 display the results from queries that show open or pending transactions and completed transactions for the client selected.
The third tab displays the details of contact between employees and that client based on a query.
It is with the third TAB tab_NewNote that I am having a problem.
I initially created a standalone form called frm_AddNewContact that collected the contact details.
Based on a discussion around work-flow it was decided it would be easier if the form existed as a new tab as opposed to a separate form.
When I put the frm_AddNewContact into the subform I run into a challenge. If I set the property of the SUBFORM to Data Entry and Allow Additions: Yes I
get the Header of frm_AddNewContact is Displayed and the Detail section of the SUBFORM is completely blank not even the controls are visible.
I have tried tried to set form to open at a new record as opposed to Data Entry in a number of events with no success.
If the Data Entry Propery is left as NO and the form is set to open without intervention the form opens with all controls visible but to an existing record (the first in the set for that customer).
Sorry for the long winded description but my head hurts from all the banging against the wall!!!