K
kimmieboot
Can anyone please help me, I have set up two tables:
1. Contact Details 2. Facilitators
I created a form using the 1. Contact Details table. In this form is a
bound combo box called 'select facilitator' with the following in it:
SELECT [Facilitator].[FACID], [First Name] & " " & [Surname] AS FullName,
[Facilitator].[Mr/Mrs], [Facilitator].[First Name], [Facilitator].[Surname],
[Facilitator].[Address], [Facilitator].[E-mail], [Facilitator].[Phone (H)],
[Facilitator].[Phone (W)], [Facilitator].[Phone (M)] FROM Facilitator;
Then I have matching fields underneath this box to fill in the form:
Namely:
Title (Mr/Mrs)=[Select Facilitator].Column(2)
First Name =[Select Facilitator].Column(3), etc
These populate/enter the data from the Facilitator Table into the Form.
But it does not put the data into the table - it is only storing it on the
form ???
When I go to do the mail merge letters with the Facilitator FirstName,
Address, etc my letters are coming up empty even though the data is in the
form.
Can anyone tell me what I am doing wrong ???
1. Contact Details 2. Facilitators
I created a form using the 1. Contact Details table. In this form is a
bound combo box called 'select facilitator' with the following in it:
SELECT [Facilitator].[FACID], [First Name] & " " & [Surname] AS FullName,
[Facilitator].[Mr/Mrs], [Facilitator].[First Name], [Facilitator].[Surname],
[Facilitator].[Address], [Facilitator].[E-mail], [Facilitator].[Phone (H)],
[Facilitator].[Phone (W)], [Facilitator].[Phone (M)] FROM Facilitator;
Then I have matching fields underneath this box to fill in the form:
Namely:
Title (Mr/Mrs)=[Select Facilitator].Column(2)
First Name =[Select Facilitator].Column(3), etc
These populate/enter the data from the Facilitator Table into the Form.
But it does not put the data into the table - it is only storing it on the
form ???
When I go to do the mail merge letters with the Facilitator FirstName,
Address, etc my letters are coming up empty even though the data is in the
form.
Can anyone tell me what I am doing wrong ???