Recent content by Arshan

  1. A

    Check if new vaule is primary key

    Hi all Thanks to some help from here I have Dim SQLstrg As String strSQL = "Insert Into tbllabeltable ([pltLabel#], [snItemNumber#], [pltProduct FamilyOne], " & _ "[pltProduct FamilyTwo], [pltProduct FamilyThree], [pltBarCodeInfo], " & _ " [pltProduct DescriptionOne]...
  2. A

    Can't get fields inserted into a table

    That worked like a charm thanks a lot :).
  3. A

    Can't get fields inserted into a table

    Hello, I'm trying to make access insert new data into a table. There is a form that accepts all the information and when a person hits the button it should insert a new row with all the information into it. Here is the code so far. Private Sub Command10_Click() Dim strSQL As String strSQL =...
  4. A

    Storing Variables in a form search

    That worked. Thanks a lot. Expect to see me around here more often which such fast responces :p
  5. A

    Storing Variables in a form search

    I made a database with a form that is a search enginge. When they enter the primary key the query brings up all the information. THe problem is anyone can change it from here. What I want to do is, when someone does a search is store all the information it comes up with in variables, and make a...
Back
Top Bottom