R
Rick
Hi, I have a database with multiple forms, subforms and
eight tables. The database will hold over 400 records of
employee information and I am trying to reduce the work
load on the user by automating the database as much as
possible. If it isn't user friendly, the user will
discard it and go back to the dreaded Excel spreadsheet.
Here is what I am doing. I am trying to run VB off a
field After_Update function and pull data from two fields
and insert it into another field, an E-Mail address along
with a fixed E-Mail address similar to @hotmail.com.
Here is what I tried to do but I can't get passed the
Ampersand issue and I don't have the programming
experience to figure it out myself:
Dim last As String
Dim first As String
Dim mailad As String
Dim add As Long
last = Me.field1
first = Me.field2
mailad = @hotmail.com
add = first.last mailed
me.email address = add
Can someone assist this lost programmer in finding my way
back to the database?
Thanks
Rick
eight tables. The database will hold over 400 records of
employee information and I am trying to reduce the work
load on the user by automating the database as much as
possible. If it isn't user friendly, the user will
discard it and go back to the dreaded Excel spreadsheet.
Here is what I am doing. I am trying to run VB off a
field After_Update function and pull data from two fields
and insert it into another field, an E-Mail address along
with a fixed E-Mail address similar to @hotmail.com.
Here is what I tried to do but I can't get passed the
Ampersand issue and I don't have the programming
experience to figure it out myself:
Dim last As String
Dim first As String
Dim mailad As String
Dim add As Long
last = Me.field1
first = Me.field2
mailad = @hotmail.com
add = first.last mailed
me.email address = add
Can someone assist this lost programmer in finding my way
back to the database?
Thanks
Rick