Tab control question

  • Thread starter Thread starter Debbiedo
  • Start date Start date
D

Debbiedo

I had the following code for field originally located in the details
section of Access 2003. I decided I needed to use tab cointrols. When
I cut and pasted this into my tab, it stopped working. (The tab
control is called "Page1". )

Private Sub SCHOOLSN_Change()
SN_SCHOOL = SCHOOLSN.Column(0)
Me.Requery
End Sub

Any ideas why? I am new to using tabs and VBA codiong.

Thanks for any help.

Deb
 
Already answered in another newsgroup to which you posted the same question.

If you feel you need to post to more than one group (HINT: it's seldom
necessary), please have the courtesy to cross-post (send the one message to
all groups at once), rather than multi-post (send individual messages to
each group). In this way, all responses to your post will be available
together, regardless of what group the responder was in, and the rest of us
won't have to read your post multiple times. (It also uses fewer server
resources)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Tab control question 2
Tab control Integrity 1
Tab Control select issue 5
Refreshing subforms in tab control 5
Problem in Tab Control 2
Tab Control Security 2
Tab control Changes 3
Tab Control 1

Back
Top