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

Add a Table/Query to fieldlist on an existing Form

Hi,

I have a highly customized form that uses the field items from a single database. Is there a way to add additional tables/queries to this form, so that their field items display in the fieldlist?

-- Tony
Sep 24 '07 #1
4 5077
ADezii
8,834 Expert 8TB
Hi,

I have a highly customized form that uses the field items from a single database. Is there a way to add additional tables/queries to this form, so that their field items display in the fieldlist?

-- Tony
I'm very hazy on your question, Tony. The Field List consists of Field Names that are contained within the underlying Record Source of the Form. To add Field Names to the Field List, you must manually or dynamically add Fields to this Record Source.
Sep 24 '07 #2
I'm very hazy on your question, Tony. The Field List consists of Field Names that are contained within the underlying Record Source of the Form. To add Field Names to the Field List, you must manually or dynamically add Fields to this Record Source.
Thanks. Under Form properties, the value for Record Source refers to a table in my database. Ideally, I would like the Record Source to contain values for two tables. Is this possible?

currently, Record Source - >Table1
desired, Record Souce -> Table1, Table2
Sep 25 '07 #3
ADezii
8,834 Expert 8TB
Thanks. Under Form properties, the value for Record Source refers to a table in my database. Ideally, I would like the Record Source to contain values for two tables. Is this possible?

currently, Record Source - >Table1
desired, Record Souce -> Table1, Table2
If the Tables are related via a Primary ==> Foreign Key, you can create a Query consisting of Table1 and Table2 joined with the Query showing all Fields from both Tables. You would now set this Query, instead of Table1, as the Record Source for your Form. Does this make sense to you?
Sep 25 '07 #4
If the Tables are related via a Primary ==> Foreign Key, you can create a Query consisting of Table1 and Table2 joined with the Query showing all Fields from both Tables. You would now set this Query, instead of Table1, as the Record Source for your Form. Does this make sense to you?
Thanks! That makes perfect sense; I'm on my way now. - Tony
Sep 25 '07 #5

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

Similar topics

1
by: Old Timer | last post by:
I wish to type in a number in my "Code" field, for instance 1060, I then wish the number 1060 to trigger an event that will fill in the next field (township field) For instance, 1060 brings up and...
6
by: Sven Pran | last post by:
Probably the answer is there just in front of me only awaiting me to discover it, but: 1: I want to build a query that returns all records in one table for which there is no successful "join"...
2
by: vorley99 | last post by:
I am trying to write some VB to copy the field names from one table in a db to a field in another table in the same database i.e., so they appear as a set of records. Any clue how to achieve...
3
by: EJH | last post by:
I have a Database that has three tables. One of the three is just a table that contains three fields and is filled with reference information. One field is 3-Digit(primary key), the next is...
5
by: EiEiO | last post by:
Hi All, I am trying to create an Import Form to "Map Fields" for importing many different tables into 1. The form I created has 2 columns of comboboxes ( A - AA) thru (J - JJ). The...
6
by: A_M_IS | last post by:
Hello group, hope to anybodys help on my temporary blackout. (Using Access 2003 on XP Win.) I know how to create and edit temporary query recordset, then I can set this data source as my form...
4
by: yanjie.ma | last post by:
Hi, I've got a two part question on table and form design (sorry for the length but it takes a bit to explain). Our sales department uses a look-up table to help the them select the best...
4
by: Deus402 | last post by:
Here is my table design: tblEmployers EmployerID autonum (primary key) EmployerName text tblLocations LocationID autonum (primary key) EmployerID longint (foreign key) LocationAdress text
5
by: joshua.nicholes | last post by:
I have an access database that consists of two tables.A data collection table and a species list table. The data collection table has about 1500 records in it and the species list has about 600....
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: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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
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:
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
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
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...

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.