I have a form with several numerical fields. Currently I have assigned default values in the table design. I have a pop-up form to change those defaults in the form but that only works for New inputs for the current session. This means the user must reset the defaults each time they use the form. I would like to be able to change the defaults at the table level so the new defaults are there until changed again. Not real experienced is recordsets(rs) or sql syntax. Everything I've tried so far generates errors.
Can this be done using a procedure called from my pop-up's using the forms' values like I'm doing now except update the default values at the table level?
TNX