ClioSport.net

Register a free account today to become a member!
Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

  • When you purchase through links on our site, we may earn an affiliate commission. Read more here.

Microsoft Access help (VBA content)



  Megane 225 F1
I have made a data base for my assignment but I cannot for the life of me remeber how to make forms and reports etc.

I have a form with a text box and a button. I want to be able to enter a clients name into the text box and then when click the button for it to make a report showing the clients name that was typed in the text box.

Please help, assignment due thursday :(
 
  172 Cup
Visual Basic?

You need to simply have a button submit event that then puts that clients name into a label.

Are you bringing up a report based on the persons name?

If so you need to have an IF statement that runs a QUERY where Select * FROM reports WHERE name = 'label variable'
 


Top