Hi, I have a select query with multiple tables joining which are populating a form. I added an frame with 3 radio buttons. There is a table in the select which has the type which can be either a 0,1 or 2, hence the 3 buttons. I have the frame on the form as an unbound field. I can click on the frame obviously and change the radio buttons which I will kick off a stored procedure (after update) to update the assoicated field and refresh the screen. I can do all of that. Howeve, how can I display the value of the field in the frame from the select? If I set it to the control, then I can't update the field obviously. I tried DEFAULT and I tried ON OPEN to set the frame to the field but both do not work. This is a continues form by the way. There has to be a way of getting around this.
Thanks in advance
Remember when... everything worked and there was a reason for it?
Thanks in advance
Remember when... everything worked and there was a reason for it?