Odd behaviour in MS Access -



Odd behaviour in MS Access -

right i'm working on application in access 2010 generates letters based of info taken share point site. user inputs parameters combo boxes on form. after selection made user selects type of letter want pressing button.

this works fine i'm experiencing odd issue when close access , reopen later. when open form after starting access 1 time again i'll effort create letter instead of working did before criteria prompt window appears asking parameter instead of taking form values.

this happens every-time restart access , way i've been fixing changing names of combo-boxes , adjusting queries accordingly.

this using form values in query like [forms]![main menu]![a] & "*" (a name of combo box, got tired of renaming it)

any thought whats going on because i'm @ loss.

thanks in advance!

if 100% positive access finding parameters fine, , when access closes lost, then:

do have backup copies of database before error occurred? can utilize 1 of them? do compact & repair database every time close it? can used "damage control," because ms access have tendency become corrupt. make sure main menu form open long query running. close right away (aka query isn't finding parameter because form closed)?

from searching around, seems aren't person problem. known prepare people seems have been copying objects new database (which me, sounds database corrupt.) mean maybe form corrupt. perhaps seek create new form of same things main menu form does.

i'm sorry there doesn't seem 'clear-cut' definitive solution situation.

if vba involved, see below:

if utilize "database documenter" feature , check "yes" options, obtain exhaustive study should allow trap problem parameter. export study .rtf or .pdf document, searchable. identify keyword dialog prompt, , search on that.

once check query objects using documenter, check vba code. you'll stepping through code in ide. if main form has subforms, opened (within) main form. , load before main form.

identify subforms. sprinkle breakpoints in code modules (if find load function, highly relevant). if main form has code module, same there.

from this thread

ms-access ms-access-2010

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -