A
Audrey
Hi,
This is a followup on a message posted yesterday - or
rather, I need more help.
I have a field holding a number of hours. John Vinson was
kind enough to give me a few tips. I'll be storing the
hours as minutes.
Right now, I can display the number of minutes as hours
using this:
[Duration] / 60 & Format([Duration] MOD 60; ":00")
It works when I use it in the "control source" of the
Properties, but of course if I do that I can't record a
new value to the database.
How should I approach this? Put VB code in an event? Once
I figure out how to convert 7:30 into 450, where should I
put the code to store this into the table?
Thanks again for helping out
This is a followup on a message posted yesterday - or
rather, I need more help.
I have a field holding a number of hours. John Vinson was
kind enough to give me a few tips. I'll be storing the
hours as minutes.
Right now, I can display the number of minutes as hours
using this:
[Duration] / 60 & Format([Duration] MOD 60; ":00")
It works when I use it in the "control source" of the
Properties, but of course if I do that I can't record a
new value to the database.
How should I approach this? Put VB code in an event? Once
I figure out how to convert 7:30 into 450, where should I
put the code to store this into the table?
Thanks again for helping out