llkhoutx - i've now put the same code:
Select Case Me!Frame6
Case 1
Me!field1.Visible = True
Me!field2.Visible = False
Case 2
Me!field1.Visible = False
Me!field2.Visible = True
End Select
in both AfterUpdate and Form_Current and this seems to work (is this what you meant??). However, when i go to a new record, it only shows the fields of the previous record - i can click select1 or select2 and it will show the proper fields, but i want it to show everything until i make my selection.
indesisiv - you've really lost me - seems too complicated and not sure worth the effort to do it this way - any way to simplify it?
Thanks again...lee
Select Case Me!Frame6
Case 1
Me!field1.Visible = True
Me!field2.Visible = False
Case 2
Me!field1.Visible = False
Me!field2.Visible = True
End Select
in both AfterUpdate and Form_Current and this seems to work (is this what you meant??). However, when i go to a new record, it only shows the fields of the previous record - i can click select1 or select2 and it will show the proper fields, but i want it to show everything until i make my selection.
indesisiv - you've really lost me - seems too complicated and not sure worth the effort to do it this way - any way to simplify it?
Thanks again...lee