Updatable Text Field On Form

Tor_Fey

Registered User.
Local time
Today, 23:17
Joined
Feb 8, 2013
Messages
121
Good Afternoon All;

I need some help with an issue;

I have a form (frm_riskcalc3) which its data source is a table called: tbl_targets, on the 'frm_riskcalc3' form are; 15 unbound label text Fields and 15 unbound number value fields that are pre-set with data, I need to find a way to allow these fields to be updated without changing what their values were before. :banghead:

frm_riskcalcl3.png

Any help on this would be greatly appreciated.

Kind Regards
Tor Fey
 
you can set their default property
or actually BIND them all to a single record table having the defaults in it.
 

Users who are viewing this thread

Back
Top Bottom