User Profile

Collapse

Profile Sidebar

Collapse
CleverOne
CleverOne
Last Activity: Aug 8 '07, 09:23 PM
Joined: Jul 26 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • CleverOne
    started a topic Copying information to next record

    Copying information to next record

    Hi i have a text box that i want to copy whatever i have in it to the next record in the same textbox and this is all determined if the checkbox next to it is checked.
    I have the following code for it so far but its not working.

    Private Sub txtTRKNUM_After Update()
    If chkTRACKLOCK.Va lue = Checked Then
    txtTRKNUM.Defau ltValue = txtTRKNUM
    End If
    End Sub

    Is this the approach i should...
    See more | Go to post

  • CleverOne
    started a topic Input box issue

    Input box issue

    I have an access form that i created, there is a combo box on this page that is dynamic. I places a command button next to this combobox (cboPtype).
    When i click this button i want to use the input box to capture the input and add it to the respective table that contains this information. this is the code i have so far, i just cant figure out how to get the captured information to go into the table i want.
    The table is named PTYPE and...
    See more | Go to post
No activity results to display
Show More
Working...