Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Jozshi

    Changing Textbox Background Color

    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."
  2. Jozshi

    Microsoft Access Reporting

    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...
  3. Jozshi

    Javascript Form Validation

    Thanks very much. You got my vote! - F8i - F8i Q:"Ever notice something? Unix comes with compilers. NT comes with Solitaire."
  4. Jozshi

    Javascript Form Validation

    Ok, here is the code! ----------------------------------------------------------- <html> <head> <title>Validation Form</title> <link rel=&quot;STYLESHEET&quot; type=&quot;text/css&quot; href=&quot;../style.css&quot;> <script language=&quot;JavaScript&quot;> <!-- function...
  5. Jozshi

    Javascript Form Validation

    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...
  6. Jozshi

    DAO Object Librarys

    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
  7. Jozshi

    DAO Object Librarys

    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...
  8. Jozshi

    Setting Passwords on Forms to Limit User Acces

    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
  9. Jozshi

    Setting Passwords on Forms to Limit User Acces

    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...
  10. Jozshi

    Continous Form: Scrolling

    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...
  11. Jozshi

    Update Form on Using Navigation Buttons

    NO REPLY NEEDED. SOLVED THANKS TO Maquis!
  12. Jozshi

    Update Form on Using Navigation Buttons??

    Thanks very much Maquis! The solution worked and was very much appreciated. - F8i Programmer e: f8i@f8i.co.uk
  13. Jozshi

    Des Autonumber Increment and Boundaries

    Exactly what I meant..except Sawatzky put it better in much less words. :D - F8i Programmer e: f8i@f8i.co.uk
  14. Jozshi

    Des Autonumber Increment and Boundaries

    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...
  15. Jozshi

    Des Autonumber Increment and Boundaries

    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
  16. Jozshi

    Update Form on Using Navigation Buttons??

    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...
  17. Jozshi

    Copy to Clipboard

    Dim Mytext as string Mytext = &quot;sometext&quot; 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...
  18. Jozshi

    Update Form on Using Navigation Buttons

    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...

Part and Inventory Search

Back
Top