M
Mark
Hi,
I'm used to developing C++ code with Visual Studio and had a little ADO
programming in VB before, but now a friend has asked me to modify an
existing database. Several checkboxes need to be placed on a form that when
checked, update a field in a particular record in a different table. I
havent done any access programming before. I'm having trouble sifting
through the mass of completely beginner access information, to that way
above my head.
When the checkbox beside Monday is ticked, I need to mark it as a bank
holiday. The table DaysofWeek has 3 fields: index, dayName and
IsBankHoliday. However the form the checkbox is on, isnt displaying the
record for the Monday record in the DaysOfWeek.
I'm sure this is simple stuff to you access gurus. Can anyone give me a few
clues what to look for?
Also, in the report, I need to multiply the number of hours worked by 2 if
this field is checked for this day.
thanks for any pointers/advice/sample code,
Mark.
I'm used to developing C++ code with Visual Studio and had a little ADO
programming in VB before, but now a friend has asked me to modify an
existing database. Several checkboxes need to be placed on a form that when
checked, update a field in a particular record in a different table. I
havent done any access programming before. I'm having trouble sifting
through the mass of completely beginner access information, to that way
above my head.
When the checkbox beside Monday is ticked, I need to mark it as a bank
holiday. The table DaysofWeek has 3 fields: index, dayName and
IsBankHoliday. However the form the checkbox is on, isnt displaying the
record for the Monday record in the DaysOfWeek.
I'm sure this is simple stuff to you access gurus. Can anyone give me a few
clues what to look for?
Also, in the report, I need to multiply the number of hours worked by 2 if
this field is checked for this day.
thanks for any pointers/advice/sample code,
Mark.