Recent content by Nampara

  1. N

    Solved Placing a label behind text box

    Thank you for this reply - I will take a look at this and give it a try. I have tried this but am getting a runtime error 424 - object required on the textbox exit code Private Sub rm_ref_no_Exit(Cancel As Integer) lblLabel.Visible = SetVis(txtText) End Sub Have I done something wrong thanks
  2. N

    Solved Placing a label behind text box

    Thanks will take a look at your article.
  3. N

    Solved Placing a label behind text box

    Many thanks for your replies. I like the idea of scrapping the label and putting a prompt in the text box. will give this a try. How do you put a prompt in a textbox. Have found out how to do that using the @: in the format field however some of my fields are already using the formatting, eg...
  4. N

    Solved Placing a label behind text box

    Hi I don't know if what I want is possible but here goes. I have a large form and would like to save space by placing labels behind text boxes (I know how to do this part) however it is the next part that I really need help with. I attach an image with a test form showing what I currently...
  5. N

    Hi

    Hi My name is Eliz and I have been working with Access for quite sometime but am now working more with SQL and queries.
Back
Top Bottom