I am attempting to make a form switchable from a view-only mode to an editing mode. A record may already contain data
or be a new (blank) record. My view-only mode uses textboxes to display record fields.

When the user logs into edit mode, if they select a record with data already in it, I want the data from the record to trigger
the selected text in the datacombo.

Any suggestions for doing this?

Thanx in advance!
MDS