A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

populating a form with table.



 
 
Thread Tools Display Modes
  #1  
Old April 4th, 2005, 03:23 PM
cherrynich
external usenet poster
 
Posts: n/a
Default populating a form with table.

Hello-
I am going to be vague because I'm very open to any suggestions. I am
importing a table regularly. I want this table to populate a form, I want to
fill in other info on that form. I want the form to populate a completely
different table with all the info on the form. Can I do this? and if so how?
  #2  
Old April 4th, 2005, 03:41 PM
Nikos Yannacopoulos
external usenet poster
 
Posts: n/a
Default

Use a Temp table that has the same structure as the destination table,
and a form whose recordset is the temp table. For each import cycle,
import into the temp table, use the form to fill in the rest of the
fields by scrolling through the records, then run an append query which
appends the records in the temp table into the destination table, and a
delete query to clear the records in the temp table so it's ready for
the next import cycle.

HTH,
Nikos

cherrynich wrote:
Hello-
I am going to be vague because I'm very open to any suggestions. I am
importing a table regularly. I want this table to populate a form, I want to
fill in other info on that form. I want the form to populate a completely
different table with all the info on the form. Can I do this? and if so how?

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
unable to repair inobox Sudheer Mumbai General Discussion 1 February 20th, 2005 12:55 PM
Manual line break spaces on TOC or Table of tables Eric Page Layout 9 October 29th, 2004 04:42 PM
open a form through a subform in access 2000 Tammy Setting Up & Running Reports 12 October 22nd, 2004 02:43 PM
dlookup miaplacidus Using Forms 9 August 5th, 2004 09:16 PM
auto entry into second table after update Tony New Users 13 July 9th, 2004 10:42 PM


All times are GMT +1. The time now is 01:25 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.