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

Parent Form data entry mode not working

5
Hello Everyone,
I have a data entry from I'm trying to create based on a query that is misbehaving. I'm hoping somebody can point me towards a solution / reading so I can figure out a solution.

Then I have a query I turned into my parent form (frmCollections). This query is based on a large table with information about when a vending machine gets filled and money is collected. When the query opens the user has to input the truck # and a route week/day. With the information the query pulls up all the machines the driver goes to that day. The query works perfectly. So I turned this into my parent form. When I step through the form I see each machine being filled that day.

Here's the information in the query and on the form:

frmCollections
MachineID
MachineName (for viewing purposes only really)
TruckNumber
RouteWeek/Day
RouteOrder (used for sorting purposes)


Next, I created another form (frmCollectionsSub) and this form has it's own subform (frmCollectionDetailsSub). These forms are associated with tables to store the actual money being collected for each vending machine.

frmCollectionsSub
MachineID
CollectionID
Date
CollectionNotes

frmCollectionDetailsSub
CollectionDetailID
CollectionID
$20 bills, $10 bills, etc...

Here's the issue. I cannot make the parent form a data-entry form, if I do then I cannot see the vending machine information. However, if I take it out of data entry mode then I see all the old information.

Idea's on how to "fix" this problem? Thank you in advance.
Aug 11 '17 #1

✓ answered by NeoPa

Data Entry is a mode that doesn't show existing data in the table. It isn't the only mode that allows data entry by any means. It means exclusively data entry.

Does that help?

3 1676
NeoPa
32,556 Expert Mod 16PB
Data Entry is a mode that doesn't show existing data in the table. It isn't the only mode that allows data entry by any means. It means exclusively data entry.

Does that help?
Aug 11 '17 #2
wmix
5
Thanks NeoPa. Okay, so my subform and sub-subform are both data entry - but it appears it's the main form that's causing me issues. If I have it in data-entry mode then when I run my query at the very beginning it does not show me the information I need. I may need to rethink how I'm going to enter all this data.
Aug 14 '17 #3
NeoPa
32,556 Expert Mod 16PB
It may prove helpful for you to describe a little more clearly what data you wish to see and what you don't.
Aug 15 '17 #4

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

Similar topics

7
by: Filips Benoit | last post by:
Hi, TBL_CONTACT_PERSON CNTP_ID (auto) CNTP_LAST_NAME (required = yes) CNTP_FUNCTION (required = no) CNTP_..... (all required = no) FRM_CONTACT_PERSON_ADD_NEW Property DATA ENTRY = YES
3
by: John | last post by:
Hi I am using the following code to save the changes to a form's data in the form's Before Update event; For Each ctl In Me.Controls If ctl.ControlType = acTextBox Then If ctl.OldValue <>...
1
by: jhutchings | last post by:
Hello all, I have a form I designed for data entry. However, when I set the form properties to Data Entry mode, the form completely disappears for Access 2000 users. All they see is a white blank...
6
by: ye2127 | last post by:
Can someone please give me advice on how to do the following in a form? In my form I have a have the user enter a 1 or a 2 in a box for the first record. I would like to know how I can make...
3
by: bosmatthews | last post by:
I have a main form with a subform and a second subform nested to the first subform. The data entry property for all three forms (main, subform and sub-subform) is set to "yes" because I am intending...
4
by: GarthRodgers | last post by:
Hey I'm designing a booking system and on my booking form I have an ActiveX Calendar control. The user selects the date on the calendar, which is then transferred into a text box, whose control...
4
by: ilikebirds | last post by:
This may be a dream. However I was wondering if the following scenario were possible within an Access 2003 Form. If I have to fields and , both of which are have limited field sizes of 4, Would...
1
by: Ashton12 | last post by:
I have a form with two command buttons and want them to open a separate "work order" form in different ways. The two forms are linked by an ID field. One of the buttons, the "View Work Orders"...
7
by: rameshch45 | last post by:
I am developing a JSP/Struts application and there are two features where the user need to enter information about the form in his HTML page (which is not accessible to my application). He need to...
6
by: ittechguy | last post by:
I'm trying to use a button for two purposes. Either to add a new record, or to make changing to existing records. I have a button which turns the form into a Data Entry form, then the user can hit...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
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:
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...

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.