473,786 Members | 2,712 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Data Entry Locked when Subform

reginaldmerritt
201 New Member
I have a few forms which i have designed to be subforms to a mainform that has no fields or record source.

The forms have an unbound textbox and combo box, which i use to seach the data on these 'continuous' forms. Which works fine when i open them as main form. However, as soon as i use them as subforms i can't enter or select anything from the unbound textbox and combo box on the subform.

I have checked both the mainform, subform and subform unbound textbox and combo box settings and all allow edits.

What else is causing the subforms unbound textbox and combo box to be locked ?
Oct 28 '09 #1
7 9594
missinglinq
3,532 Recognized Expert Specialist
I've tried to reproduce you problem, in Access 2003, and simply cannot do so. If the main form and the subform both have AllowEdits set to Yes, there should be no problem with this arrangement. I'm assuming that the combobox won't let you actually make a selection, is that correct? Have you tried editing a textbox on the offending subform?

Is this behavior on one subform or all of the subforms?

Linq ;0)>
Oct 28 '09 #2
reginaldmerritt
201 New Member
Thanks for your reply.

It's on all the sub forms i use all forms are set to allow edits and the combo box and text box are enabled and not locked.

I can't select anything from combo box or edit the text box when using the form as a subform, but i can select list values on the combo box and edit the text box when form is being used as a main form.

I tired seaching every forum and search engine i could, the only threads i found talked about links with the main form, but i don't have a recordsouce on the main form.

I'm at a loss.
Oct 28 '09 #3
reginaldmerritt
201 New Member
I just thought it might be worth adding that i also can't edit the fields on the sub form either not just the unbound text box and combobox
Oct 28 '09 #4
reginaldmerritt
201 New Member
FIXED.

Although both the subform and the mainform where set to allow edits the actual subform holder on the mainform had it's property set to locked. Another 3hrs wasted over a simple setting, oh well live and learn.
Oct 28 '09 #5
missinglinq
3,532 Recognized Expert Specialist
A lesson you'll not soon forget! Glad you got it figured out!

Linq ;0)>
Oct 28 '09 #6
MrDutch
1 New Member
"Although both the subform and the mainform where set to allow edits the actual subform holder on the mainform had it's property set to locked. Another 3hrs wasted over a simple setting, oh well live and learn."

This helped me figure a similar problem saved me 3 hours. Thanks!
Jul 16 '12 #7
reginaldmerritt
201 New Member
Great always glad to hear stuff like this, thanks very much
Jul 16 '12 #8

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

Similar topics

1
3549
by: gbb0330 | last post by:
Hi all i would like to thank Darryl, he helped me a lot now i have another problem LeBayNum is the primary key in relates to SeBayNum in tblSold relationship is one LeBayNUM to many SeBayNUM
1
3283
by: Momo4 | last post by:
I have a unbound main form with unbound fields that correspond to fields on a bound data sheet subform. As you enter data on the subform, the corresponding fields get updated through code (e.g. Me. = Forms!!) All of the new records on the subform are related through the "RunNumber" on the main form. The main form also subtotals the weights on the subform to allow the user to double check totals against paperwork. When the user wants to...
4
2378
by: Bob | last post by:
I'm running Access 97 and have a sub-form within a main form. The subform allows data entry by the user. Now, I would also like to enter a row from a macro, but when I try, the entry always goes into the first row even if there has been a user entry there. Any suggestions on how I can do this? Thanks.
1
24923
by: ortega.rad | last post by:
I have a form which allows you to select a record. That record has other records asscociated with it via a table. The asscociated records of the record selected on the main form are shown in a subform. This all works fine. But then, when I try to edit a record in the subform It does not let me. I have a dropdown box, but cannot select from it... does anyone know why this is, and what I could do to fix it?
8
3233
by: kevin.vaughan | last post by:
Good Afternoon Everyone, Could someone please explain why I can't set the Subform control Visible attribute to False as below? The statement for the locked attributes work but not for the visibility. I have tried the visibility without the locked attribute in case of interference. I have also tried variations of the visibility statement and I have also tried the visibility statement in other locations, as in
3
7503
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 this form to be used for data entry only. The main form has a combo box from which the user can select a lake. The first subform allows the user to enter survey data for the lake. The sub-subform allows the user to enter additional (plant...
20
6929
by: hippomedon | last post by:
Hello everyone, I'm looking for some advice on whether I should break the normalization rule. Normally, I would not consider it, but this seems to be a special case. I have created an "Outcomes Database" used to store response data from measures/ questionnaires for a longitudinal health study. It is essentially derived from Duane Hookom's Survey Database (thanks Duane!!!), with many modifications added to fit the needs of my lab.
2
4973
by: Monroeski | last post by:
I'm not a new user to Access, but I have been away from it for a while, so I'm making a lot of new user mistakes. I have a continuous form set up which displays performance measures for different services at my job. Basically, when the form is first loaded, the user is prompted for a password, which determines the service which is displayed. There is a subform, which is the continuous form, that is based on a query that pulls up only...
4
8148
by: jmartmem | last post by:
I have an Access 2002 main form ("Project Initiation Checklist") with a subform ("sfPICMilestone"). The Link Child Field is ID and the Link Master Field is also ID. The linked field is an auto-generated number and the main form's primary key. I'm having problems with my subform such that when I attempt to enter or edit data in its text boxes, its as if the subform is locked. Similarly, all controls on the main form are also locked. I can...
0
9655
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9497
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10363
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10169
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10110
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8993
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5398
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5534
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3670
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.