Microsoft Access Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
 
User Name:
Password:
Remember me
Go Back   ASP Free ForumsDatabaseMicrosoft Access Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread ASP Free Forums Sponsor:
  #1  
Old January 11th, 2004, 07:02 PM
CEVisker CEVisker is offline
Contributing User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Jan 2004
Posts: 52 CEVisker User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 5
Send a message via AIM to CEVisker Send a message via Yahoo to CEVisker
Made a Mistake, Please Help!!

I believe that I was in the Form Properties when this happened. When viewing my forms, I can no longer see the data entry fields in the subform, but I can see them while in design view. I have been trying to figure this out for an hour now, and I cannot find it!!

Thanks,

Chad

Reply With Quote
  #2  
Old January 11th, 2004, 08:29 PM
sbaxter sbaxter is offline
Moderator: Access, SQL
ASP Free God (5000 - 5499 posts)
 
Join Date: Oct 2003
Posts: 5,126 sbaxter User rank is Corporal (100 - 500 Reputation Level)sbaxter User rank is Corporal (100 - 500 Reputation Level)sbaxter User rank is Corporal (100 - 500 Reputation Level)sbaxter User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: 4 Days 1 h 2 m 51 sec
Reputation Power: 12
In the design view have you changed the visible property to No in the form or detail properties of the Sub form

S-

Reply With Quote
  #3  
Old January 11th, 2004, 08:40 PM
CEVisker CEVisker is offline
Contributing User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Jan 2004
Posts: 52 CEVisker User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 5
Send a message via AIM to CEVisker Send a message via Yahoo to CEVisker
They are both set to yes. I am still trying to figure this one out.

Any other suggestions?

Thanks,

Chad

Reply With Quote
  #4  
Old January 11th, 2004, 11:22 PM
msprenz msprenz is offline
Contributing User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Oct 2003
Location: Knoxville, TN
Posts: 91 msprenz User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 11 h 1 m 26 sec
Reputation Power: 5
This is just a shot in the dark. Do you have a picture or background of some kind in your form? It's possible the data entryfields are behind something. It would have the same effect as a piece of paper on top of another piece of paper. You know there's more the one page you just cannot read it until you bring it to the front. If so, open your form in design mode, click on the pictrue or background then click the menu item FORMAT and choose Send To Back. You may want to select your data entryfields and then click FORMAT > Bring To Front. It's the only thing I can think of if the data entry fields are in your form in design mode and the properties are set to visable.

HTH
Marty
__________________
marty

Reply With Quote
  #5  
Old January 12th, 2004, 07:49 AM
CEVisker CEVisker is offline
Contributing User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Jan 2004
Posts: 52 CEVisker User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 5
Send a message via AIM to CEVisker Send a message via Yahoo to CEVisker
I do not have any pictures but I tried that anyway and it did not work either. This happened on both of my forms that have subforms if that will help.

Thanks,

Chad

Reply With Quote
  #6  
Old January 12th, 2004, 08:04 AM
Roger Roger is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Dec 2003
Location: Newcastle, UK
Posts: 13 Roger User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 h 42 m 53 sec
Reputation Power: 0
If you have a query attached to the forms, open the query seperately to see if you get any info showing. If you do get some from the bare query, you may have got a link problem with the subforms.

Roger

Reply With Quote
  #7  
Old January 12th, 2004, 10:24 AM
CEVisker CEVisker is offline
Contributing User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Jan 2004
Posts: 52 CEVisker User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 5
Send a message via AIM to CEVisker Send a message via Yahoo to CEVisker
I am not sure what you mean by "info", but I have not entered any data into the table that the subform is associated with. I can see all the feilds when I open the query.

I was going to attach screenshots of the forms and there properties so you know what I am talking about, but will not let me upload a .doc file.

Thanks,

Chad

Reply With Quote
  #8  
Old January 12th, 2004, 10:30 AM
Roger Roger is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Dec 2003
Location: Newcastle, UK
Posts: 13 Roger User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 h 42 m 53 sec
Reputation Power: 0
Chad,

If you have a query that selects data from your tables to populate your form, try to open the query and see if you get the data that you wanted to see. If you don't get the data, then there is something wrong with your query (probably a relationship problem) and this could be the reason why you are not getting data into the form.

If you are getting data, then you may have changed the link between the master and subforms somehow.

Roger

Reply With Quote
  #9  
Old January 12th, 2004, 06:25 PM
CEVisker CEVisker is offline
Contributing User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Jan 2004
Posts: 52 CEVisker User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 5
Send a message via AIM to CEVisker Send a message via Yahoo to CEVisker
I figured it out finally!!! What I did was set the "form" property "allow edits" to no so that when a user was scrolling though the records of clients to find the appropriate one, they would not be able to change the name of the client. When they find the client, they can then add an event in the "subform" fields. If I set the "allow edits " to yes, then the empty fields are available so that I can put data into them for a new event. But then the user can edit the name fields in the "form".

Am I doing this right, or is there a better to do this?

Thanks,

Chad

Reply With Quote
  #10  
Old January 12th, 2004, 08:10 PM
CEVisker CEVisker is offline
Contributing User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Jan 2004
Posts: 52 CEVisker User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 5
Send a message via AIM to CEVisker Send a message via Yahoo to CEVisker
Sorry for the previous post.....It was the "allow additions" property that was set to no. I think I was getting the form and sub-form properties mixed up. Should have a handle on it now.

Thanks,

Chad

Reply With Quote
  #11  
Old January 13th, 2004, 10:58 AM
TBÁrpi's Avatar
TBÁrpi TBÁrpi is offline
Lazy User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Nov 2003
Location: Hungary, Europe
Posts: 337 TBÁrpi User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 13 h 5 m 5 sec
Reputation Power: 5
Send a message via MSN to TBÁrpi Send a message via Yahoo to TBÁrpi Send a message via Skype to TBÁrpi
It's just to share my experience that if your form's AllowAdditions property is set to False and no records in the underlying table/query then the form will not show any controls.

If you don't want to allow additional records when you open the form you can check the number of records in the form's recordset and if it's 0 then set AllowAdditions to True otherwise set it to False in the OnOpen event.
__________________
BRegs,
TBÁrpi
"I can only show you the door. You're the one who has to walk through it."

Reply With Quote
Reply

Viewing: ASP Free ForumsDatabaseMicrosoft Access Help > Made a Mistake, Please Help!!


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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 On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 3 hosted by Hostway