I am trying to update addresses in another database when records in my database are changed. I do not need to check which actual field is changed, so I simply delete (via query) the corresponding addresses in the other database and replace with the current ones from my database (both databases...
HI Wayne
I appreciate your help but your code seem to do more than I need, my fault for not being clear enough. Here is what I am trying to do: I have a master table (say tblMaster) containing a large number of records, mainly name and city. I need to insert records from the master table to...
HI Wayne
I could not make a query with TOP work. More detail: There are 5 tables that need to be populated from the master table. Each table will receive 100 records from each city, not the same records of course; so if I use TOP I need a way to identify or delete from the master table the...
Help!!!I am working with a master table containing a large number of records (names and cities of residence sorted by city). I need to insert 500 records from the master table to 5 secondary tables. Each secondary tables will receive 100 records from each of the 5 cities. I tried with a do...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.