Creating a pop-up

  • Thread starter Vivian S via AccessMonster.com
  • Start date
V

Vivian S via AccessMonster.com

Hi,
I'm wondering if someone could help me in creating a pop-up in forms. I
basically have two types of customers/sites: one are the sites that are
licensed under my company, and the others are not. So is there a prompt where
every time I type in "RWJ" [my company name], there will be another field or
pop-up box saying "Logs" and I could click on yes or no (or maybe a check box)
..

For RWJ sites:
1. Input RWJ
2. Pop-up window shows up saying "Logs"
3. Click on yes/no or check box

For non-RWJ sites:
1. Input non-RWJ
2. Nothing comes up

So I guess I want an "if... then" type of command.

Any help would be greatly appreciated. Thank you.
 
D

Duane Hookom

Are you needing this for data entry, displaying in a form, displaying in a
report,...?
 
V

Vivian S via AccessMonster.com

Data entry in a form? Sorry, I'm still a novice at this. I created a form for
data entry and want to create a pop-up that way. Let me know if you want me
to explain further. Thanks.

Duane said:
Are you needing this for data entry, displaying in a form, displaying in a
report,...?
Hi,
I'm wondering if someone could help me in creating a pop-up in forms. I
[quoted text clipped - 19 lines]
Any help would be greatly appreciated. Thank you.
 
D

Duane Hookom

I think you are referring to a combo box (drop down list). This control
allows you to select a value from a list which makes data entry easier and
more reliable.

You can also use code to open a message box or input box. The returned value
can be used to update other controls on your form.

--
Duane Hookom
MS Access MVP
--

Vivian S via AccessMonster.com said:
Data entry in a form? Sorry, I'm still a novice at this. I created a form
for
data entry and want to create a pop-up that way. Let me know if you want
me
to explain further. Thanks.

Duane said:
Are you needing this for data entry, displaying in a form, displaying in a
report,...?
Hi,
I'm wondering if someone could help me in creating a pop-up in forms.
I
[quoted text clipped - 19 lines]
Any help would be greatly appreciated. Thank you.
 

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

Top