Try this control featured on download.com that I have been using that has made my life easier:
http://www.geocities.com/scirocco_ha/DataControl.htm
I bind my controls and that is it All the complexities of ADO are hidden from the user which is you.
Then I can Navigate, Add New, Delete, Refresh, Search and Save Changes to my recordsets without any other code. That is really it, no other code is needed.
This works in any environment
VB, Access, VC++ etc...
Let me know what you think.
Quote:
Originally posted by NervousHamster
I have several fields on a form and I need to be able to add the info from the fields to an existing table (in access 2000) as a new record. For example: Take the info from Text1 & Text2 and put it as new record in the table called 'Jobs' under the fields 'Received Date' (for text1) and 'Received Time' (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. Hopes this makes sense I'm not a noob, but certainly not an expert. Any help/insight will be appreciated. thanks
|