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  

Form from mutliple tables



 
 
Thread Tools Display Modes
  #1  
Old February 16th, 2010, 01:28 PM posted to microsoft.public.access.forms
hwlr25
external usenet poster
 
Posts: 1
Default Form from mutliple tables

Hi

I want to create a form so that the information I enter will go to multiple
tables. I've tried sub forms but don't like the look of it. I want it to look
like a single form would look if it was linked to a single table.

Regards
  #2  
Old February 16th, 2010, 01:43 PM posted to microsoft.public.access.forms
PieterLinden via AccessMonster.com
external usenet poster
 
Posts: 307
Default Form from mutliple tables

hwlr25 wrote:
Hi

I want to create a form so that the information I enter will go to multiple
tables. I've tried sub forms but don't like the look of it. I want it to look
like a single form would look if it was linked to a single table.

Regards


I doubt it will work. If you join several tables in a query, there's a good
chance the result will not be updateable. Subforms may be your only option.
What's so bad about subforms, anyway?

--
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/For...forms/201002/1

  #3  
Old February 16th, 2010, 05:48 PM posted to microsoft.public.access.forms
John W. Vinson
external usenet poster
 
Posts: 18,261
Default Form from mutliple tables

On Tue, 16 Feb 2010 05:28:07 -0800, hwlr25
wrote:

Hi

I want to create a form so that the information I enter will go to multiple
tables. I've tried sub forms but don't like the look of it. I want it to look
like a single form would look if it was linked to a single table.

Regards


Please explain these tables. How are they related? What information do they
contain?

About the only way to do this would be to have an unbound form, with textboxes
and other controls, and a command button (or some other suitable event) that
would open Recordsets on all of your tables, and migrate data from the unbound
form controls into the tables. You would have to provide code for all the
validation of data and relationships (which Access does for you with bound
forms). More power to you if you want to do it, but you'ld really be
reinventing the wheel!
--

John W. Vinson [MVP]
 




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


All times are GMT +1. The time now is 11:15 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.