mattpearcey
Technical User
I need to set up a query that throws the result of a field in a form (that comes from my main table - country) into a table. Basically. I have a country info table, that relates to the countries of my records. The form takes the country from the main table. But then i cannot save any data i enter on these countries as i cannot get it to put the data into this new table.
So, i need to make a query that puts the country in the country field in the CountryInfo table. Then i can set this to no duplicates. Then i need to set the query to look for a match on the country field everytime the user goes into this form, so that it goes to the already entered record, and does not try and create a new one.
I need help with these queries, as i am not sure what type of queries these are, and what tables to base them on.
details
BankDetails table and form - contains 'Country' field.
CountryInfo table and form - contains 'Country' field.
CountryInfo Form takes country from BankDetails table (filtered from what is on view on the main form)
=[Forms]![Bank Details].[Country]
but then this value is not entered into the CountryInfo table. So - i need to make the query to do this for me?!
Thank you for your help already.
Matt Pearcey
So, i need to make a query that puts the country in the country field in the CountryInfo table. Then i can set this to no duplicates. Then i need to set the query to look for a match on the country field everytime the user goes into this form, so that it goes to the already entered record, and does not try and create a new one.
I need help with these queries, as i am not sure what type of queries these are, and what tables to base them on.
details
BankDetails table and form - contains 'Country' field.
CountryInfo table and form - contains 'Country' field.
CountryInfo Form takes country from BankDetails table (filtered from what is on view on the main form)
=[Forms]![Bank Details].[Country]
but then this value is not entered into the CountryInfo table. So - i need to make the query to do this for me?!
Thank you for your help already.
Matt Pearcey