473,395 Members | 2,446 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.

Saving form data in different table

Hi,

I just wanted to know if it is possible to save the form data into different table.

The combox box list are from the different tables and want save in another new table.
What are the settings I have to make inorder to save the data selected from combo box and result stored in text box in one table.

Thanks
Prash
Feb 26 '07 #1
2 4411
Rabbit
12,516 Expert Mod 8TB
There are no settings for this, you'll have to do it through code. If you wish to proceed, we need to know more about the tables.
Feb 26 '07 #2
NeoPa
32,556 Expert Mod 16PB
You can do it in one of two ways :
  1. Make sure the form is bound to the table you need to write the data back to. Set up your ComboBoxes and TextBoxes to get their data from external sources. This is fine for the ComboBoxes but the TextBoxes will need to be set up by code.
  2. Leave the form as it is and add a 'Save' button of some form which will garner all the information required then add the data as a new record into the destination table. This can be done either with a SQL Append query or with Recordset processing code.
Feb 27 '07 #3

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

Similar topics

1
by: ARobi | last post by:
I edit data from a form by using docmd.close acform, formname, acsaveyes. The form closes properly and returns the control to the father form as it should be. The problem is that when from the...
1
by: R. Yang | last post by:
Hi, I've a question regarding saving the data. I noticed some of my recently-entered data mysteriously disappeared. There was nowhere to re-locate them. Plus, those data were entered within the...
13
by: Stuart McGraw | last post by:
I haven't been able to figure this out and would appreciate some help... I have two tables, both with autonumber primary keys, and linked in a conventional master-child relationship. I've...
3
by: RCS | last post by:
I have an app that I have different "sections" that I want to switch back and forth from, all while having the server maintain viewstate for each page. In other words, when I am on Page1.aspx and...
18
by: TORQUE | last post by:
Hi, Im wondering if anyone can help me with a problem. I have a form with more than 50 unbound fields. Some of the fields will be blank from time to time. This seems to be where im having...
2
by: jessDMiller | last post by:
I have no clue why the data from the form isn't saving into the database. What am I doing wrong? addAnnounce.php: <td align=top> <form action="index2.php" method="post">Heading:<br...
3
by: chuch | last post by:
Hi, i have created a database to store contractors invoices. I have approximately 9 tables and 3 forms. One of my forms(frmContractors) has all the contractor details and this also contains a sub...
1
by: tackaman | last post by:
I'm new to programming in access and I am stuck on a problem. I have created a search form that will find an employee. Once you find the employee, you double-click the name and it opens that employee...
1
by: AlisonD | last post by:
have a database that I am using a look up table. On the form the whole table appears. I have name,telephone number,fax number,address, licencesdate. I want to be able to choose the correct name for...
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
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
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
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
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
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.