K
kim nguyen
this question is copied from and entry @ dev shed, but i
have the same question:
I have several fields on a form and I need to be able to
add the info from the fields to an existing table as a new
record.
For example:
Take the info from Text1 & Text2 and put it as new record
in the table called 'tblAnalysts' under the fields 'Name'
(for text1) and 'Locaiton' (for text2).
I pretty much need to know how to access a table (add
records, remove records, update/change records), but
without having the table linked to the form or text boxes.
thanks!
have the same question:
I have several fields on a form and I need to be able to
add the info from the fields to an existing table as a new
record.
For example:
Take the info from Text1 & Text2 and put it as new record
in the table called 'tblAnalysts' under the fields 'Name'
(for text1) and 'Locaiton' (for text2).
I pretty much need to know how to access a table (add
records, remove records, update/change records), but
without having the table linked to the form or text boxes.
thanks!