Search results

  1. L

    Textbox only allowing input when another textbox is not Null

    ok heres what ive got If Me.Engineer 1 & "" <> "" Then Engineer 2.Text = Disable I realize this is not correct and i dont know a lot im just guessing tbh Thanks for the help guys
  2. L

    Textbox only allowing input when another textbox is not Null

    Hi thanks for the suggestion, but i dont want it to say..not allowed after they try and save. i just want to make it so they cant put it wrong in the first place. Thanks for the help
  3. L

    Textbox only allowing input when another textbox is not Null

    I have 3 texboxes Engineer 1 Engineer 2 Engineer 3 and would like the user to not be able to enter into Engineer 2 until Engineer 1 has been filled. likewise engineer 3 shouldnt be able to be filled untill engineer 1 and 2 are filled. I would like this to be achieved either with...
  4. L

    Making textbox null at button press

    Thanks very much, much appreciated
  5. L

    Making textbox null at button press

    Before seing that post by vbaInet i tried cbrQuoteNumber.Value = Null and it seems to work is it ok?
  6. L

    Making textbox null at button press

    Thanks for the help. But it doesnt seem to work. My combo box i want to clear is called cbrQuoteNumber if that helps?
  7. L

    Making textbox null at button press

    I have 2 combo boxes and 2 text boxes and each one will have a button next to it to clear the text in it.
  8. L

    Making textbox null at button press

    How do i select which box it deletes the text of?
  9. L

    Making textbox null at button press

    Thanks in advanced for any help. What i am trying to achieve is a button that will clear a textbox/combobox so that it has no value button is called delQuoteNumber Combobox is called cbrQuoteNumber i realize that you can just highlight and delete the text and i want the button to have te...
  10. L

    Problem with sorting report

    That wont work as all the tables of information comes from another database on the server
  11. L

    Problem with sorting report

    no even if i do it manually it doesnt sort. I dont think i have any other sorting in place, again dont think i have any grouping either And i dont have an actuall query for the report just the sort/filter inside the report
  12. L

    Problem with sorting report

    I didnt know whether you or anyone would see it if i continued that thread
  13. L

    Problem with sorting report

    Because in the report under the Filter/Sort section in shows the correct sort. But it doesnt actually sort it
  14. L

    Access 2007 automation error - it is illegal to call out while inside

    Take the space out of http: // http://i93.photobucket.com/albums/l78/stubbo57/databse.jpg he obviously hasnt done 10 posts so cant send links
  15. L

    Problem with sorting report

    Thanks for any help in advanced. In a recent thread vbaInet helped me with the piece of code below [CODE]Reports!VisitSheetTableReport.OrderBy = "
  16. L

    Help with working, but buggy code

    Ok thanks very much for your help ill look into the code. It will be atleast tomorrow before i speak again as i leave off soon Thanks again
  17. L

    Help with working, but buggy code

    Yea thats great and thanks for that but i want to learn so in the future i dont have to annoy people like you by being dumb :)
  18. L

    Help with working, but buggy code

    I did but that was from mostly trial and error and putting together other code on the internet
  19. L

    Help with working, but buggy code

    Im afraid not, ive been trying to learn as i go along. I think i should watch a few tutorials. Do you know of any good ones? Do you know if the lynda.com one is any good?
  20. L

    Help with working, but buggy code

    Im sorry but im not really particularly good wth code. whats aircode, and ive heard of it but wouldnt know how to call code once sorry for being a noob and appreciate the help
Back
Top Bottom