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 MikeeOK 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: *

  • Users: uttam1
  • Content: Threads
  • Order by date
  1. uttam1

    Validation problems in Access

    Hi all, I'm having a tough time validating frames and checkboxes in VB. Lets say I have a frame, and I want one value in the frame ( Option Boxes ) checked. Basically, I don't want the frame to have a zero value. How do I do this? The code I'm using now is: Private Sub...
  2. uttam1

    Report footers

    Hi all, I need to have certain details in my report, like count of records where this value = this, when I create a text field in the report and fill in the code for it's control source, it displays the value for all records in the database! But if the same textbox is placed in the reports...
  3. uttam1

    closing forms, how?

    Hi all, I have a command button "Done". When it's clicked, I want the form to close ( not hidden ), and open another form. How do I do this? Thanks in advance -Uttam
  4. uttam1

    Validating frames, how??

    Hi all, One more problem, I have a frame with 2 option buttons ( radio buttons )There is no default value. I want to validate the frame and make sure a value is selected before it enters the database. Each option's have index's 1 and 2. How do I do this? Thanks in advance, Uttam
  5. uttam1

    Runtime Error 2115 help

    Hi all, I'm new here, had a question. I have a checkbox, check0, and a text field text0. When I check the checkbox, I want some text in the textbox. I have the code in the after update event of the checkbox, but this results in the runtime error 2115: "The macro or function set to the...

Part and Inventory Search

Back
Top