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 derfloh 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: macleodjb
  • Content: Threads
  • Order by date
  1. macleodjb

    Invalid use of Null

    Why do i get "Invalid use of Null" on this little snippet of code? Me.OpenArgs is not null when this is populated so i'm lost. Thanks in advance. <code> Private Sub Form_Load() Direction = CStr(Me.OpenArgs) End Sub </code>
  2. macleodjb

    MS Access VBA query syntax

    Hi guys, i'm hoping one of you pro's can help this novice out and write some quick code for me. I don't know the syntax to create a database query in a form module. Here's what i want the query to do. 1 - Query database and retrieve all records. 2 - With query result assign variable to each...
  3. macleodjb

    calling other forms within a form

    Hi guys, I'm looking to have a form where i can enter a job number, on submit it will open editjob.form and populate the form elements with the database values. I'm new to vba with access so i don't know how to do it. How can i pass my variable from jobnumber.form to editjob.form, perform my...
  4. macleodjb

    Populating form elements from database table

    Hi guys, I'm new to using VBA with access. I have a form with some checkboxes and textboxes that correspond to fields that are in my database table. What i would like to do is have a form pop up in the beginning asking the user for a job number and when the user clicks the submit button it...
  5. macleodjb

    Setting a date to textbox

    I am new to coding with vba in access. I have a checkbox and a textbox. I want to be able to check the checkbox and it sets todays date in the textbox. How can i do this? Thanks in advance.

Part and Inventory Search

Back
Top