Limiting data in a combo box

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have two tables that are joined: sponsors.sp_id and entities.nt_sp_id. The
data in the entity table contains both sponsored people and unsponsored
things. What I want to do is populate a combo box with data that is 1)
specific to that sponsor and 2) with things that do not have a sponsor. Can
you help?
 
I did read the article that you referred me to prior to me asking the
question. However, being less than novice in Access and your absolute
assumption that I know MVB all I can say is "WHAT?" Maybe the first place I
should start is asking a simple question in MVB rather than here. Is that a
good assumption Mr. Dinh? Thank you for your help.

Sorry for my being so stupid. Please help.
 
Is the "code" that is entered not in Microsoft's Visual Basic? That is what
comes up on my page. Am I wrong? I don't see where this is helping resolve
my desire for help at all. Maybe I should just give up on trying. I cannot
believe that I am so dumb.

Sorry again for the stupidity of mine that is eeking out. I just thought
that this forum was for those that don't know. I guess that I am wrong. :(

~a little frustrated~
 
Sorry, I normall use VB for Visual Basic, not MVB. In Access, we actually
use VBA (Visual Basic for Application).

To do what you want, you need either VBA or Access Macros. Since Macros
have drawbacks and not as powerful as VBA, most of samples are done in VBA
and not Macros.
 
Well, guess it is going to be a long time before I can get this resolved. It
now appears that I need to go through all of the documentation in VBA to find
out what I need to do. I thought that this was going to be easy, but, (like
my experience with Microsoft) nothing comes easy. I have been very
proficient in C for near 30 years. Looks like it is starting over time now.

Thanks, Van, for pointing me to where I now need to go.
 
If you know C well, it shouldn't be too hard to pick up VBA.

I think all you need is a good book on Access VBA programming. Read through
the first few chapters to know the features of the VBE (Visual Basic
development Environment), i.e. the coding window / interface and you find it
reasonably easy to do VBA coding.
 

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

Study Database Relationships 5
Linking Databases 2
Can I merge 2 Excel spreadsheets into 1 Access database? 2
Access 2003 Functionality 2
New Query 7
Subforms 1
Many-to-many-to-many 3
Cbo to do the same look-up 3

Back
Top