I have created a switchboard right...
It works great accept for one major detail........
The main switchboard (SB) has buttons to 4 other SBs. on each minor SB, there is a SB Item that sends the user back to the main SB. This is the problem....on only one of the minor SBs will the Button take...
Okay...this is what I am tryin ta do..
Log entries for a group home. Staff will enter the log entries in a log enter field. It will display the log entry below in a display field with the ability to scroll down through the memo. When the "done" button is clicked, it adds the date, time and...
okay.... here is the code:
Private Sub Command168_Click()
houselogsrchtbl.date = date
houselogsrchtbl.staff = currentuser
houselogsrchtbl.logentry = log_enter
log_display = " " & Now & " " & currentuser & vbCrLf & log_enter & vbCrLf & log_display
log_enter = Null
End Sub
What I...
Now that the cold is gone... let me try to explain this proper.
What i am trying to do is this:
The db i am creating will be used to update client information. there is a section for case notes on the form. I want to create a macro that will cut the text from memofield1 and paste it to...
Now that the cold is gone... let me try to explain this proper.
What i am trying to do is this:
The db i am creating will be used to update client information. there is a section for case notes on the form. I want to create a macro that will cut the text from memofield1 and paste it to...
What I would like to do is this:
The db i am creating will be used to update client information. there is a section for case notes on the form. I want to create a macro that will cut the text from memofield1 and paste it to memofield2 on the same section of the form. memofield 2 will be read...
What I would like to do is this:
The db i am creating will be used to update client information. there is a section for case notes on the form. I want to create a macro that will cut the text from memofield1 and paste it to memofield2 on the same section of the form. memofield 2 will be read...