Unbound form interraction

C

Chris

OK - I have a form that is a template for multiple tasks.
i.e. This form will act as either a date review (no edit) form, data entry
form, or data edit form.
Depending on where you access this form from, the functionaltiy of the form
changes.

Is it best to leave the form unbound, and when you enter the form change
it's record source? Would that mean I have to 'bind' all fields in that form
to the equivalent fields with one line of code each in vba?

Is there a better method??
 
Top