Page 2 of 2 FirstFirst 12
Results 16 to 18 of 18
  1. #16
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,771
    From your last post I cannot understand specific issue now facing, if any, or do you mean that these behaviors are working satisfactorily?
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  2. #17
    Jbelle7435 is offline Novice
    Windows XP Access 2003
    Join Date
    May 2011
    Posts
    17
    Quote Originally Posted by June7 View Post
    From your last post I cannot understand specific issue now facing, if any, or do you mean that these behaviors are working satisfactorily?
    sorry for the delay. Right now I do not have multiple inputs into a table working. If I could finish that up then I will be on my way!

    Got this: One textbox. One click, insertion into a table per ID. Over and over
    Do not got: Multiple textboxes. One click, insertion into multiple columns of that ID. Over and Over.

  3. #18
    Jbelle7435 is offline Novice
    Windows XP Access 2003
    Join Date
    May 2011
    Posts
    17
    Code:
    Private Sub Command4_Click()
    Dim db As DAO.Database
    Set db = CurrentDb
    db.Execute = "INSERT INTO Table1 (Part_Name, Revision) VALUES ('" & txtPart_Name & "', '" & txtRevision & "')"
    End Sub
    I get an ERROR that states.
    "Compile Error", Argument not optional. It highlights the the txtRevision ?? in the 4th line near the end

Page 2 of 2 FirstFirst 12
Please reply to this thread with any new information or opinions.

Similar Threads

  1. After adding data on subform
    By Nancy in forum Forms
    Replies: 9
    Last Post: 12-22-2010, 06:19 PM
  2. Replies: 1
    Last Post: 11-04-2010, 12:57 PM
  3. Adding data to tables using queries
    By HunterEngineeringCoop in forum Queries
    Replies: 3
    Last Post: 10-28-2010, 12:42 PM
  4. Adding data to tables
    By HunterEngineeringCoop in forum Access
    Replies: 3
    Last Post: 10-19-2010, 12:01 PM
  5. Adding a table cannot enter data
    By tak4 in forum Queries
    Replies: 0
    Last Post: 02-03-2009, 10:04 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums