Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi All,
How can I make multiple data for the same column go in access. eg: here is what My excel table looks like: Student_ID Subjects Grades 123456 Eng A 123456 Hist B 123456 Math B+ 123456 Bio B- here is what I have in access for recordset: With rs .AddNew .Fields("Student_ID") = Range("A3").Value .Fields("Subject") = Range("B3").Value .Fields("Grades") = Range("C3").Value .Update End With r = r + 1 Thanks in advance |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
large database with multiple rows | Excel Worksheet Functions | |||
How to import multiple sheet of excel into Access database to a diffrent tables?? | Excel Discussion (Misc queries) | |||
copy multiple rows from a database | Excel Programming | |||
Importing from access database into multiple spreadsheets | Excel Discussion (Misc queries) | |||
Exporting data from ms-access database to multiple worksheets using ASP | Excel Programming |