Search results

  1. T

    Checking for a NON null value

    Hi, how do I check through each record in a table to see if the field "Notes" is NOT a null value Thx :D
  2. T

    Take a field from Query output

    Hi, an output from a query gives me so many records with the fields "Name" and "Type". How do i take all the records in my query with the field "Name" and put them into a string, parsed with a space(space inbetween each one record "Name")? Thx
  3. T

    Enter data for query from VBA

    Hi, I have a query which is open ended (user enters data when clicks on it). I have a form with a textbox on it and command button. How do I make it so when the user clicks the command button the text in the textbox is entered into the query by VB from modMain? The textbox is text1 and command...
Back
Top Bottom