Microsoft
Software
Hardware
Network
Question : Add a field name to text input
I'm trying to embed field values into a static string of text that will go into a comment section with a onChange command.
Here's what I got:
Set rs = CurrentDb.OpenRecordset("C
ommentHist
ory")
With rs
.AddNew
!Issue_ID = Me.ID
!ee = fOSUserName()
!Comment_Date = Now()
!Comment = "[Group Assignment Changed from] = & OldGroup [to] = & me.With_Group"
.Update
End With
It is the !Comment section that I want to update so that it will say "Group Assignment Changed from (what the old group was) to (what the new group is)
The rest of it works, I just don't know how to tell it to find those values and put it into the string.
Any help would be appreciated!
Answer : Add a field name to text input
!Comment = "Group Assignment Changed from " & OldGroup & " to " & me.With_Group
Random Solutions
Response.Redirect in silverlight
Problem with Terminal Services holding users default printers
how can i in Java language update a VFP table dbf
import file lising into Access with VB
Windows 2008 certutil -keyrecover fails when I try to recover a key.
How to open document in Flash Drive from Silverlight Application in drive
ASP.NEt Error : "An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file "
Can I disable ListView column resizing?
How do I create a list that automaticly resizes to fit the content?
Turn On Shortcut keys selectively to export report.