Hello, I have a table in an MS Access DB with about 12 columns. It has about 35,000 entries and I need to upload it to a MySQL database. Before I can do that I need to change entries in 3 Columns and all 3 columns are linked.
The first column was easy but the next 2 are a little more difficult. I need to query columns 1 & 2 for certain variables and then change the value of column 2 for all query results.
Then when I’ve all that done I need to do the same for column 3 but this time I have to compare all three columns.
Can anyone tell me how this can be done?
I hope this makes since.
Thanks,
Paul
The first column was easy but the next 2 are a little more difficult. I need to query columns 1 & 2 for certain variables and then change the value of column 2 for all query results.
Then when I’ve all that done I need to do the same for column 3 but this time I have to compare all three columns.
Can anyone tell me how this can be done?
I hope this makes since.
Thanks,
Paul