S
s4
Hi,
I have a table that includes fields Start Date, End Date, Start Time Hr,
Start Time Min, End Time hr, End Time min
I could do with keeping the minute and hours seperate, I have a combo box
that looks up the values above but to make it more user friendly could do
with it saying instead "STARTDATE,ENDDATE HH:MM TO HH:MM"
The combo's control source is:
SELECT [timesset].[START_DATE], [timesset].[HOURSst], [timesset].[MINSst],
[timesset].[HOURSfi], [timesset].[MINSfi] FROM timesset;
Could anyone help me with a control source that would make it be displayed
as I need it?
Thanks in advance
I have a table that includes fields Start Date, End Date, Start Time Hr,
Start Time Min, End Time hr, End Time min
I could do with keeping the minute and hours seperate, I have a combo box
that looks up the values above but to make it more user friendly could do
with it saying instead "STARTDATE,ENDDATE HH:MM TO HH:MM"
The combo's control source is:
SELECT [timesset].[START_DATE], [timesset].[HOURSst], [timesset].[MINSst],
[timesset].[HOURSfi], [timesset].[MINSfi] FROM timesset;
Could anyone help me with a control source that would make it be displayed
as I need it?
Thanks in advance