F
Farlie A
Hi.
So far it's taken a while to try and resolve what should otherwise
be a fairly simple task in Acess 2000
As part of a system I am developing, There was the need for an
'electronic'
timesheet function as part of the system.
However, despite setting up the Timesheet function as two linked
tables,
a main from for the time sheet and sub-form for the indvidual time
sheet
entires I can't at present seem to get the two link up properly.
The problem is that when I try to set the filter for the sub form from
the main
form, Access complains about being 'Unable to assign value to object'.
Having checked my code I can't find any typing errors and I have also
checked SEVERAL times that the fields I am trying to refer to in the
filter actually exist (and that the filter makes sense logically)
I am therefore asking if anyone here has example code in respect of an
elctronic timesheet function (tables/forms) implemented in Access 2000
that DOES work, so that I can determine where I am going wrong by
comparison of code.
Various iusses/functionality needed (suggestion on how to implement
welcomed)
- Checking for a timesheet for the current user/week or project/week
and creating it if it does not exist.
- Ensuring that only the relevant timesheet entries are shown in the
sub form - I've tried to use a filter (but as explained above Access
2000
doesn't apparently like setting the filter for the subform)
- Ensuring that there are no blank entries in respect of timesheet
entries.
Thanks in Advance
Alex
So far it's taken a while to try and resolve what should otherwise
be a fairly simple task in Acess 2000
As part of a system I am developing, There was the need for an
'electronic'
timesheet function as part of the system.
However, despite setting up the Timesheet function as two linked
tables,
a main from for the time sheet and sub-form for the indvidual time
sheet
entires I can't at present seem to get the two link up properly.
The problem is that when I try to set the filter for the sub form from
the main
form, Access complains about being 'Unable to assign value to object'.
Having checked my code I can't find any typing errors and I have also
checked SEVERAL times that the fields I am trying to refer to in the
filter actually exist (and that the filter makes sense logically)
I am therefore asking if anyone here has example code in respect of an
elctronic timesheet function (tables/forms) implemented in Access 2000
that DOES work, so that I can determine where I am going wrong by
comparison of code.
Various iusses/functionality needed (suggestion on how to implement
welcomed)
- Checking for a timesheet for the current user/week or project/week
and creating it if it does not exist.
- Ensuring that only the relevant timesheet entries are shown in the
sub form - I've tried to use a filter (but as explained above Access
2000
doesn't apparently like setting the filter for the subform)
- Ensuring that there are no blank entries in respect of timesheet
entries.
Thanks in Advance
Alex