Jun 20, 2006 11:34
Bit of help needed with an Access Database that seems to have just decided not to show a text box. No reasons given nothing was changed and the version that has vanished is not any different to other versions I have access to. (this just happens to be the up to date version!) Anyone have any clue cause it has me stumped for sure
Leave a comment
Comments 9
Best person to ask might be halloran_elder - it's what he plays with all day. (As opposed to what he plays with all night...) :-D
Reply
Cheers
Reply
Reply
Has anything in the users operating environment changed? (environment variables, security level etc)
It might not be that what is shown has changed, but that their view of it might have.
Just thinking aloud.
Reply
Reply
"What shell are you using?"
"errr...shell? Like a conch?"
Reply
Is the box there when you look at the form in design view? If it is, that means the problem relates to visibility, not existence.
Reply
Reply
Hmmm... It's been a while since I was forced (kicking and screaming) to do interface work in Access.
You created a new textbox with the same name and it wasn't visible? Have you tried creating a new textbox with a different name? If you do that, and the new box is identical apart from the user name and shows up, that indicates that the problem relates to the name of the textbox. Said name is used to identify the box in code.
So, at that point, you would look at the code written for the form. There could be some code manipulating that box. It could be turning the visibility off, or it could be adjusting its location to somewhere beyond the boundaries of the form, or it could be hiding it behind a different control. Or something else.
Try some of that, and let me know the results. If you can confirm that it is code-related, you could even send me the code and I can see if I can spot the bug.
Reply
Leave a comment