473,395 Members | 1,815 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

I Hate My Popup Form Problems...Help!

I'm having some trouble getting popup forms to work properly. I have a main form that contains 4 fields that I want to fill in by using a series of 4 popup forms that I initiate by clicking a button. Each popup form has a save button that will save the data and open up the next popup form in the series. Each of the popup forms have a single combo box that looks at various tables to populate date into the main form. The problem I'm having is getting the series of popup forms to update the only the current main form record. No matter what I do, I haven't had any luck. Help, please!
Apr 26 '07 #1
9 2212
Rabbit
12,516 Expert Mod 8TB
Why do you need popup forms? Why not have the comboboxes in the main form and bind them to the fields in the table?
Apr 26 '07 #2
Why do you need popup forms? Why not have the comboboxes in the main form and bind them to the fields in the table?
Well, the series of popups will be defined by the user. I'm designing a structure that will point to different popup forms depending on the input from the last. In actuality, I'll have more like 15 popup forms (If user selects A in popup1, it will go to popup5. If I select B in popup 5, I will go to popup 8, etc.). Does that make sense?
Apr 26 '07 #3
Rabbit
12,516 Expert Mod 8TB
You can do the exact same thing using one form by using Cascading Combo Boxes.
Apr 26 '07 #4
You can do the exact same thing using one form by using Cascading Combo Boxes.
Thanks! I'll give it a shot and see how it goes.
Apr 27 '07 #5
Rabbit
12,516 Expert Mod 8TB
Let us know how you get along.
Apr 27 '07 #6
Let us know how you get along.
In the last line:

"WHERE [ID]=" & Me!Company

how can I have it look for text instead of a number?
Apr 27 '07 #7
Rabbit
12,516 Expert Mod 8TB
In the last line:

"WHERE [ID]=" & Me!Company

how can I have it look for text instead of a number?
In these cases you need quotes.

Expand|Select|Wrap|Line Numbers
  1. "WHERE [ID] = '" & Me!Company & "'"
Apr 27 '07 #8
In these cases you need quotes.

Expand|Select|Wrap|Line Numbers
  1. "WHERE [ID] = '" & Me!Company & "'"
Thanks, that was the one thing I was missing. It works great.
Apr 27 '07 #9
Rabbit
12,516 Expert Mod 8TB
Good Luck.
Apr 27 '07 #10

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: Raffi | last post by:
Here's my HTML code. What I'm trying to do is when the button is pushed to refresh the popup window information, I want the popup to return to the front. The way my code is now, when refreshed the...
3
by: Uwe Range | last post by:
Hi to all, I am displaying a list of records in a subform which is embedded in a popup main form (in order to ensure that users close the form when leaving it). It seems to be impossible to...
2
by: aaa | last post by:
I am bringing up a popup which has a couple of fields that the user enters. I fill the hidden fields then submit and close the popup which then reverts back to my main form, which retrieves the...
4
by: Macbane | last post by:
Hi, I have a 'main' form called frmIssues which has a subform control (named linkIssuesDrug) containing the subform sfrmLink_Issues_Drugs. A control button on the main form opens a pop-up form...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.