Save TextBox value to a table field

  • Thread starter Thread starter pmartin1960
  • Start date Start date
P

pmartin1960

I am new to Access VBA and am unsure of the best way to save a textbox
value to a table field. I wish to write the code rather use the Macro
Builder or Expression Builder. Any help appreciated.

Paul
 
Paul,
We could use a bit more info...
If the TextCointrol is bound to afield in the tabel, it's saved when the record is
created.
If it's a calculated field, you shouldn't be saving that to a table.
Please describe what's in the field, and why you have to manually save it...
 
Hi Al

A user captures a file and path using
Application.FileDialog(msoFileDialogFilePicker) which needs to be
written to a field in a table.

Paul
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top