C
Chefjay22
Happy Friday everyone. I am currently looking for a little help with a
programming question. I was told by my boss to make a modification to one of
our MS Access applications. Basically she wants to log some data that
appears on a form. I am not a programmer but more of a MS Access Expert
minus the programming lol. Anyways, I did this exercise in 2 seconds using a
MS Access query... but atlas she wants it in code to make my life more
difficult. So here is what I have:
My Function is Named : ImportDateLogging
The form that contains the fields is named frmNewAcct.
On this form I have 2 fields that need to be written to a table called
tblDateLogging
The fields on the form I need to write are called "BegDate" & "EndDate"
These fields need to be writen to tbleDateLogging.FromDate &
tblDateLogging.ToDate respectively.
I already have a new function created, and have a call in the existing code
to call my function... I just need some help on how to do this being the
novice programmer that I am. Thank you so much!
programming question. I was told by my boss to make a modification to one of
our MS Access applications. Basically she wants to log some data that
appears on a form. I am not a programmer but more of a MS Access Expert
minus the programming lol. Anyways, I did this exercise in 2 seconds using a
MS Access query... but atlas she wants it in code to make my life more
difficult. So here is what I have:
My Function is Named : ImportDateLogging
The form that contains the fields is named frmNewAcct.
On this form I have 2 fields that need to be written to a table called
tblDateLogging
The fields on the form I need to write are called "BegDate" & "EndDate"
These fields need to be writen to tbleDateLogging.FromDate &
tblDateLogging.ToDate respectively.
I already have a new function created, and have a call in the existing code
to call my function... I just need some help on how to do this being the
novice programmer that I am. Thank you so much!