scheidel21
Technical User
Hey all I have searched the forums and the web and have come to find what I thought was a solution for my problem, but it only led to more problems which I researched further, to no avail, so here I am to ask all of you my question, and see if you can help.
I have an access 2000 database, in which I am attempting to read the primary key into an array dimensioned to the total number of records in that table. Next I take and compare the value ineach slot of the array searching for a match in a second table each time it finds a match it adds a number to a corresponding slot in another array. ie empid(x) emphrs(x) If anyone has a better idea let me know but now we come to the crux of my problem. After taking months to figure out how I was going to do what I amgoing to do as soon as I tried to add a recordset to recordset variable, using the dao method, I got a type mismatch error. I searched to solve this problem and tried various things like making sure the DAO module was loaded. tried sql instead of just loading a table nothing is working. anyone have an solution?
Thank you all
Sincerely,
Alex
I have an access 2000 database, in which I am attempting to read the primary key into an array dimensioned to the total number of records in that table. Next I take and compare the value ineach slot of the array searching for a match in a second table each time it finds a match it adds a number to a corresponding slot in another array. ie empid(x) emphrs(x) If anyone has a better idea let me know but now we come to the crux of my problem. After taking months to figure out how I was going to do what I amgoing to do as soon as I tried to add a recordset to recordset variable, using the dao method, I got a type mismatch error. I searched to solve this problem and tried various things like making sure the DAO module was loaded. tried sql instead of just loading a table nothing is working. anyone have an solution?
Thank you all
Sincerely,
Alex