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
Loop through each table, then Find & Replace
Login failed for user 'NT AUTHORITY\NETWORK SERVICE'
How to seperate parts of a line using FOR and FINDSTR
Resubmitting with correct file attached!: How to Hyperlink Column of UPS Tracking Numbers in Excel to UPS Webpage
How to populate a textbox from sqldb storedprocedure
Need to kill an application that is auto starting on Windows CE 5.0
Can I create a library of user defined functions in access?
ODBC DSN Connection refresh for multiple tables
Client pc's cannot resolve external domain
Access........How do i "Go To" a record based on user id input