Hi people!
Anyone have some code or know of somewhere where I can view some javascript that onmouseover or onclick on a textbox changes the background color of it??
Cheers! - F8i
Q:"Ever notice something? Unix comes with compilers. NT comes with Solitaire."
Hi!
Just a quick question, basically would there be any reason why a label report should not sort alphabetically.
I have a form which on selecting a few criteria etc you can then push the report button which then displays the report, yet the report doesnt appear to be displaying alphabetically...
Hey ppl!
I have a slight problem and just cant seem to solve the problem I am having with form validation to check a radio button has been chosen.
Basically I have 4 questions with 2 radio buttons to each question, one is 'Yes' and the other is 'No' (default is No).
Now on the first 2...
This is all based on Access 97. Although some systems had Access 2000 previously installed on them, but which have now been removed (thank god!).
I will check out the help, but if I remember rightly it didnt seem to shed any light on the idea.
Any other help welcome ppl :D
Thanks Nick!
- F8i
Hey People!
Just wondering if anyone can help with this 'sort of problem' that I am having.
It involves different versions of the DAO Object Library, and how it brings up errors.
Basically this small application that I wrote for a friend uses it on 5 different systems. Two of the systems use...
Much more extended on my suggestion, and much more secure (in a sense).
Thanks for that Jeff, I might use that at some point.
- F8i
Programmer
e: f8i@f8i.co.uk
To be honest your best solution here would be to get the user to log in, ie have a prompt on opening the database.
On logging in they are then given a particular user access (maybe a key), so on opening each form, you can have a load/current check on what key that user has and dependant on that...
Hey people!
Me again :P
This is going to be a little more difficult to explain but here goes.
3 forms
MAIN FORM: frm_trust
SUB FORM: subform_notes-trust (continuous form)
POPUP FORM: ext frm_createtrustnote
Now on the 'frm_trust' is a subform called 'subform_notes-trust', this has a button...
On another note, you are probably best off just allowing the form to 'Show' records with no ability to 'Add Additions'.
Then place a button on the form, an 'Add' button, which opens a new form, of which you fill in the data and on selecting 'OK' etc etc it adds it to the database, but if they...
Why dont you just implement an 'On Exit' function, or something along them lines which prompts the user with a msgbox telling them that they cannot leave the relevant fields blank etc etc.
- F8i
Programmer
e: f8i@f8i.co.uk
Not very good at explaining so you will have to bear with me.
I did create my own navigation buttons, and on clicking 'Next' OR 'PREV' etc etc it would check something on the form for me and enable/disable a control dependant on the result of the check, but due to later errors I had to continue...
Dim Mytext as string
Mytext = "sometext"
Clipboard.Clear
Clipboard.SetText Mytext
End Sub
----------------------------
You may want to check your variable is actually holding your intended text.
Try implementing a msgbox after where you set your variable ,'Mytext', to equal...
Not very good at explaining so you will have to bear with me.
I did create my own naviagation buttons, and on clicking 'Next' OR 'PREV' etc etc it would check something on the form for me and enable/disable a control dependant on the result of the check, but due to later errors I had to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.