I have to import and excel file with 3 columns, all of which match columns in access table1.
The excel file is named newdata.xls and data is in columns a, b and c.
Is there any way I can import this in to table1 with the user simply pressing a command button?
I find that access frequently...
In table1 I have a field "Teacher" and I want the data from row 4 to be inserted into table2 "outteacher" where the "yeargoup"= 6P
I have tried this sql code:
UPDATE Table1 SET Table1.Outteacher = Table2.teacher.[tbl2ID] = "4"
WHERE (((Table1.Yeargroup)="6P"));
Thereis an error but I can't...
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.