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"...
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...
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...
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...