Search results

  1. I

    How to auto copy fields from one record, and paste to current record?

    Certainly this little error hasn't got you guys stumped? Well, I guess thats understandable. It's had me stumped for ages.
  2. I

    How to auto copy fields from one record, and paste to current record?

    Oh! Those typos! I've corrected it. The error I keep getting listed above is connected to the first line: Private Sub Command166_Click()
  3. I

    How to auto copy fields from one record, and paste to current record?

    Ah yes, that makes sense Royce, I made those changes and have the following now: Private Sub Command166_Click() Dim strImportRecord As String strImportRecord = InputBox("Enter Deal Name to Copy From") Me.LPSASectioncommentsforopenendeddef = DLookup("LPSASectioncommentsforopenendeddef"...
  4. I

    How to auto copy fields from one record, and paste to current record?

    Thank you for the reply! I am a total noob when it comes to this sort of thing, and am not positive what I need to leave exactly as written above, and what I need to replace with names from my database. Here is what I've got so far. Can you tell me what all is glaringly wrong? Private Sub...
  5. I

    How to create a button to copy from a previous record and paste into current record?

    I have been trying to figure this out for days with no luck. What I am trying to do is create a button on a form that when clicked while viewing the current record: -goes to a certain previous record, specified by prompting the user to enter the primary key of the desired record, (in this case...
  6. I

    How to auto copy fields from one record, and paste to current record?

    I have been trying to figure this out for days with no luck. What I am trying to do is create a button on a form that when clicked while viewing the current record: -goes to a certain previous record, specified by prompting the user to enter the primary key of the desired record, (in this...
Back
Top Bottom