exporting text- & comboboxes to tables

  • Thread starter Thread starter Frank Stone
  • Start date Start date
F

Frank Stone

How are you populating the form (text boxes)
How do you call records from the table.
help
 
The ComboBox is based on a select-query and it contains 3 columns.
The textboxes are unbound and only a default text value is specified.
The two boxes (one date, other time) are free to fill in. (contain only
=now())

So mr Stone, what do you think, is there a simple code, macro that
saves the values to a table. For instance: save combobox to table (field).
Or something like that.

Appreciate the help, alot.
Thanks
 
first i am assuming you do have a table to export to.
I will need to know the fields in that table, table name,
form name and the name of all the controls and what the
controls are.
example
Table name
list fields as they are in the table
form name
list control names as they appear in the property sheet &
what type of control.
list sql of the select query in the combo box.
brief description of data you will be inputing.

with this info i might be able to do something. i will
create your form and table in one of my dbs and test the
code.
 
Back
Top