W
weircolin
Hi there
I have a query which has the following in the SQL
INSERT INTO Atendee ( Person, Event )
SELECT FirstName+' '+LastName AS Person, Forms!eventgenerate!
cboselectevent AS Event
FROM [Members Names];
When the form containing cboselectevent is open and I use the combo
box to select a value, when I press the button to run this query I get
is asking to enter the parameter value for Forms!eventgenerate!
cboselectevent. Does anyone have a solution? It was working fine,
but decided to stop now!
Cheers
Colin
I have a query which has the following in the SQL
INSERT INTO Atendee ( Person, Event )
SELECT FirstName+' '+LastName AS Person, Forms!eventgenerate!
cboselectevent AS Event
FROM [Members Names];
When the form containing cboselectevent is open and I use the combo
box to select a value, when I press the button to run this query I get
is asking to enter the parameter value for Forms!eventgenerate!
cboselectevent. Does anyone have a solution? It was working fine,
but decided to stop now!
Cheers
Colin