K
Kevin Legg
I have imported raw data from a source outside of MS
Access. After querying and making tables, I have got the
raw information into a nice neat package.
The table name is "Duplicate SO table" . SO = Sales Order
Which includes the following fields:
SO number . Text
Part Number .. Text
Qty Ordered ..Integer
Customer Name .. Text
Customer PO .. Text
I want to take the value in "Qty Ordered" and copy the
record "Qty ordered" times and append the associated
record to a table called "Serial# master table"
I am assuming that I will need to use VB or a series of
SQL statements to accomplish the above.
I have programmed before in "C++". If I can get specific
field info into VB can run with it from there. However, I
do not know the syntax or procedures for getting the
information out of Access. I searched the help files and
have not been able to ascertain how to accomplish my
task.
I have edited SQL queries, but I am unable to generate a
functional program from scratch.
In addition to solving my immediate problem, can anyone
recommend a book for writing VB programs specifically
with MS Access?
Thanks,
KPL
Access. After querying and making tables, I have got the
raw information into a nice neat package.
The table name is "Duplicate SO table" . SO = Sales Order
Which includes the following fields:
SO number . Text
Part Number .. Text
Qty Ordered ..Integer
Customer Name .. Text
Customer PO .. Text
I want to take the value in "Qty Ordered" and copy the
record "Qty ordered" times and append the associated
record to a table called "Serial# master table"
I am assuming that I will need to use VB or a series of
SQL statements to accomplish the above.
I have programmed before in "C++". If I can get specific
field info into VB can run with it from there. However, I
do not know the syntax or procedures for getting the
information out of Access. I searched the help files and
have not been able to ascertain how to accomplish my
task.
I have edited SQL queries, but I am unable to generate a
functional program from scratch.
In addition to solving my immediate problem, can anyone
recommend a book for writing VB programs specifically
with MS Access?
Thanks,
KPL