Hi All,
I have two tables, Clients (ClientID,Clien tIndustry,Clien tCounty) and
EventStatus (StatusID,Event ID,ClientID)
I have a form that Creates a new Event with the following fields:
EventID (Text)
ClientIndustry (ListBox values Media,IT,Sport)
ClientCounty (ListBox values Norfolk,Leicste rshire,Nottingh am)
I want to create an SQL loop that will search the Clients table, and
for every client that has the selected industry/ies and County/ies
values, creates an entry into the EventStatus table with the EventID
and ClientID entered.
Any idea's?
Thanks in Advance!
I have two tables, Clients (ClientID,Clien tIndustry,Clien tCounty) and
EventStatus (StatusID,Event ID,ClientID)
I have a form that Creates a new Event with the following fields:
EventID (Text)
ClientIndustry (ListBox values Media,IT,Sport)
ClientCounty (ListBox values Norfolk,Leicste rshire,Nottingh am)
I want to create an SQL loop that will search the Clients table, and
for every client that has the selected industry/ies and County/ies
values, creates an entry into the EventStatus table with the EventID
and ClientID entered.
Any idea's?
Thanks in Advance!
Comment