Run-time error '2465' in Time and billing database template

M

Mike

I am using Microsoft Access 2003 and the Time and Billing Template (in
Access
2003 format) downloaded from Microsoft's template site. I have run into
a problem
with the Print Invoice form. This form has an AfterUpdate [Event
Procedure]
(associated with both the Start and End date fields) as follows:

Private Sub Begin_Date_AfterUpdate()
Me![Print Invoice Time Subform].Requery
Me![Print Invoice Expenses Subform].Requery
End Sub

Please Help!

Thanks.
 
B

Brendan Reynolds

Unfortunately, Mike, that template is broken. It includes code and
expressions that attempt to refer to objects that simply do not exist in
that version of the template.

If you did a complete install of Access 2003, you should have a version of
the Time and Billing template on your local hard disk. It may not have all
the features of the on-line version, but it doesn't have all the bugs
either. If you didn't install it, you can do so by re-running the
installation and choosing the option to add/remove components.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top