Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / General 2 / June 2007

Tip: Looking for answers? Try searching our database.

Can I use two forms to enter data into one record?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
WildlyHarry - 08 May 2007 15:38 GMT
I have a form that I use for data entry for audits.  On this form I have
fields for comments on 5 different areas.  I have limited it to five because
I need the form to be displayed on one screen without scrolling.  Is there
anyway to use a second form to enter data onto the same record.  What I would
like to happen is for the user to enter comments on the first form, click a
button that brings up the second form.  Enter data onto the second form.  
With all of the data entered to be stored in one record for reporting.  Any
suggestions?
RBear3 - 08 May 2007 15:47 GMT
Why not just use a tab control on your form with the main fields on one tab
and other fields on the second tab?

Or, since you seem to be adding in multiple comments related to one record,
create a normalized one-to-many relationship.  You would then have your main
form with all the fields, and a continuous sub-form where one or more
comments could be added.

Signature

Hope that helps!

RBear3
.

>I have a form that I use for data entry for audits.  On this form I have
> fields for comments on 5 different areas.  I have limited it to five
[quoted text clipped - 8 lines]
> Any
> suggestions?
SusanV - 08 May 2007 15:49 GMT
How about using a Tab Control to group your controls? Users can then fill in
one section of the record, tab to the next page, enter another group of
entries, etc...
Signature

hth,
SusanV

>I have a form that I use for data entry for audits.  On this form I have
> fields for comments on 5 different areas.  I have limited it to five
[quoted text clipped - 8 lines]
> Any
> suggestions?
balla - 15 Jun 2007 13:16 GMT
were you able to do this?i;ve got the same problem but i cant usde tab
control because doent work for me..
cheers

> I have a form that I use for data entry for audits.  On this form I have
> fields for comments on 5 different areas.  I have limited it to five because
[quoted text clipped - 4 lines]
> With all of the data entered to be stored in one record for reporting.  Any
> suggestions?
missinglinq - 15 Jun 2007 13:36 GMT
All you need to know about tabbed pages:

First thing to remember is that the Tabbed Pages are all part of a single
form; think of it as a really long form turned on its side. Because it is all
one form, all referrencing to any contol on it is done in the same manner as
if they were all on one single screen. Create a form in Design View. Goto the
toolbox and click on the Tabbed Control icon; it actually looks like several
manila file folders. Place it on your form and adjust the size to your liking.
If you need more than the two tabbed pages it initially gives you, click on
the tabbed control to select it. Goto Insert and click on Tabbed Control Page
and another tabbed page will be added. Do this as many times as neccessary.

This is the really important part: when you go to add a control to a tabbed
page, you must first click to select one of the pages, then add the control.
Otherwise, the control will be added to the form itself, and will show thru
on all tabbed pages!

Once you have the form's Control Source (your table or a query) set up, you
simple add controls as you normally would, heeding the above paragraph.

Signature

There's ALWAYS more than one way to skin a cat!

Answers/posts based on Access 2000

Rick Brandt - 15 Jun 2007 13:39 GMT
> were you able to do this?i;ve got the same problem but i cant usde tab
> control because doent work for me..
> cheers

Please elaborate on "doesn't work".  A TabControl is merely a way to make a
larger form fit on the screen.  If one giant form would do the job then
there is no reason why a form with a TabControl cannot be made to work.

>> I have a form that I use for data entry for audits.  On this form I
>> have fields for comments on 5 different areas.  I have limited it to
[quoted text clipped - 4 lines]
>> second form.  Enter data onto the second form. With all of the data
>> entered to be stored in one record for reporting.  Any suggestions?

This will usually cause write conflicts because to Access one user editing
the same record with two forms is identical to two completely different
users editing the same record.  Always saving and refreshing as you move
between forms "might' solve that problem, but then you have difficulties
with required fields and other validation.

Use a single form with a TabControl.  If desired you can even set the style
of the TabControl to "None" and use buttons to change pages.  This would
give almost the same appearance as separate forms to the user.

Signature

Rick Brandt, Microsoft Access MVP
Email (as appropriate) to...
RBrandt   at   Hunter   dot   com

 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.