473,414 Members | 1,703 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,414 software developers and data experts.

Creating a form with a search number, display data and combo boxes that add to db

2
I am looking to create a form, (maybe switchboard) whatever works that connects to the table of data

The table contains name, dob, age, address, ID number, postal address, city, plus I need 2x combo boxes to add more data.

I need the form to be searchable for the ID and pull up all the other information and display it without it be changeable to the record/table.connect.

Once I search the ID and it display age/dob etc I need 2x combo boxes that will have 3 or 4 items to choose from and that when selected update the table.

I understand basic forms. I get basic swithboard, but how do I have 1-searchable item, then that displays basic info and from that I can add info to the table/record with a combo (drop down box)?

So it would look like:

ID number (searchable but doesn't change table)
name (just displays)
address (just displays)
dob (just displays)
postal address (just displays)
city (just displays)
combo box 1 (choose from 4 things and it adds it to table)
combo box 2 (choose from 4 things and it adds it to table)
Feb 7 '20 #1
3 1728
NeoPa
32,556 Expert Mod 16PB
Hi Lee.

Welcome to Bytes.com.

I'm struggling to understand your requirements here.
LeeGun:
I need the form to be searchable for the ID and pull up all the other information and display it without it be changeable to the record/table.connect.
...
I understand basic forms. I get basic swithboard, but how do I have 1-searchable item, then that displays basic info and from that I can add info to the table/record with a combo (drop down box)?
I can't see how a Form can be both read only and allow you to add data at the same time.

Also, this seems like a fairly basic Form filtering scenario (See Cascaded Form Filtering). It may be that you need to set the dataset to read-only depending on what your actual requirements are, but I don't see any other complications here, based on what you've said.
Feb 7 '20 #2
leegun
2
The idea is that we can search for a customer with an ID number, some basic info then pops up like name and address so we can confirm that is the correct person, then add some basic info with a combo box that gets added to the Table.
All this on the one thing.

Would something other than a Form do this?
Feb 8 '20 #3
NeoPa
32,556 Expert Mod 16PB
Why would you want something other than a Form when a Form can do it quite straightforwardly?

There are many ways to stop updates on a Form, even if the record is fundamentally updatable. You could even make it follow a process flow so it's only updatable once you've confirmed you want to.

If you have specific questions about how you'd go about this then I'm going to need a clearer explanation of what you're trying to achieve. From what you've said so far though, it all seems doable.
Feb 10 '20 #4

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

Similar topics

0
by: Meyer1228 | last post by:
VB6 - We have three data combo boxes with identical properties, each pointing to a different data file. We're using an odbc driver with a 4th gl indexed database. All that is working beautifully. ...
3
by: Paul | last post by:
I have some option boxes and combo boxes that looks up values on a separate table (i.e. campus table with campusID & campus name fields) When I choose a selection from the combo box, it puts the...
1
by: Aravind | last post by:
Hi folks. I am doing a library system, and I have a form that diplays the full history of who has borrowed what book for how long, etc. In that form, there are 2 unbound combo boxes, "Select...
9
by: Mark Lancaster | last post by:
I have several combo boxes on form1 of my application. I do not know why, but the choices on my dropdownlist combo boxes no longer display when the form opens. They are there, because you can...
3
by: panwala_bhavesh | last post by:
I have a form (View All Assets) with two combo boxes (ComboManufacturer & ComboProductType) and a subform with a dataview that displays the results of my query below: SELECT Assets., Assets....
17
by: lee weaver | last post by:
I have a form to edit employee data that is a copy of the add employee form ( Which works great) with a list box at the top to select the employee to edit that is susposed to navigate to the correct...
1
by: Randey | last post by:
."}] I have a table that I need to recall certain data according to what I use in a form filter that uses several combo boxes. If the combo box is empty then I want to recall all the data...
4
by: mcupito | last post by:
Hi all, I have a Form with the command button 'Submit.' I have a subform inside the form where users are inputting date, company and hours. If they are unsure of the company, they are allowed to...
11
by: Redbeard | last post by:
Hi All I am using Access 2010. My Access Database is slow when moving between records on a form when my cursor is in certain Combo Boxes. When the cursor is in any other field, weather it is a Text,...
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...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
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
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
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...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

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.