Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Form - Binding a Frame 1

Status
Not open for further replies.

DummyForAccess

Technical User
Aug 7, 2002
38
0
0
US
I have a form that has 5 boxes that appear/disappear based upon a choice made in a frame. This is done via a sub in the AfterUpdate for the Frame. I also want these boxes to appear/disappear based upon the value in the frame. It seems like I should be able to use the same code, but can't find where it will work. It seems like wherever I put it it doesn't make any difference. I've tried it in the Form Load and Form Data change, also in different places where I know data changes on the form as you go thru records, but nothing seems to work...
 
If the frame is bound to a field in the forms recordset, thus changes value when navigating thru the records, the forms on current event should do (along with the after update of the frame).

Roy-Vidar
 
Exactly what I needed! I don't work too often in Access, and once again I spent about an hour playing around trying to get this to work. 5 minutes after posting this, you gave me the info I needed to get this up and running like a charm!!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top