I have just moved our Access 2000 database's to a new server. I have a problem with a few users who when they run the Access2000 out of Office200, they get a message "The Visual Basic for Application project in the database is corrupt.". I only get this message when I am logged in under a users...
Does anyone know how to print an adobe acrobat file from within access. I know i can make a call to the adobe acrobat program and open the file from vb or macro but what i need is to make a call to the acrobat and have it print on open. Thanks for any help you can give to me.
Sorry but found my own answer.
Added the following:
hours_field = hour(time_field)
minutes_field = minute(time_field)
if len(hours_field) < 2 then
hours_field = "0" & hours_field
end if
if len(minutes_field) < 2 then
minutes_field = "0" & minutes_field
end if
text_field =...
I have an Access 2000 Date/Time Field that is formatted as Short Time. I need to convert it into a 4 digit text field that holds the time without the ":". For example: "21:00" needs to be "2100" or "7:08" needs to be "0708". I need the text field...
I am sorry that I didn't explain my problem quit clearly. I have a set of items that need to be produced based on a run rate for example:<br>run_rate count_of_items time_to_complete...
I am having a problem in trying to figure out how to add break and lunch times to a schedule that I created. I have workers that need to produce many different items within that persons work day. each item has it's own record. I can produce the scheduled times for completion for each item. But I...
I have a master and a sub form with two different tables in each. The tables are common to each other by a key field. The sub form is called by clicking on the appropriate button that I created by the wizard. The problem is that I only want the button to be visible when a record in the master...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.