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 Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Refresh Form Display 1

Status
Not open for further replies.

Gaylord

Technical User
Sep 26, 2002
49
DE
Hi all,

1)I am having a little trouble with refreshing the view of my form, i.e. I select a number from a combo box, this populates the rest of the form with data. However the only way I have managed to refresh this so far is by using the requery function in macro.... there must be a faster and easier way of doing it than this (especially when I will have over 100 objects)

2)I have a bunch of option buttons that I am trying to use to display the results (stored in database as either 0's or 1's) of questions.... This may also be a problem with the screen refresh.

Any help would be gratefully recieved as this is sending me crazy!!

Cheers

Jamie
 
Try Me.Refresh in your combo AfterUpdate event

Gerhard
 
Gerhard

That did the trick, thanks.

Jamie
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top