Search results

  1. P

    Error when trying to close a form...

    Hi, Does anyone know how to get rid of this kind of error (see attached), because I don't know what it means & have never seen it before. It happens everytime I try to close a certain form (but only happens on this one form). any help would be appreciated.
  2. P

    Problem entering code in VB

    Im having a problem I have never experienced before in VB. When I start typing in code i.e. DoCmd. the text turns red (See attached image). The list of Properties/Methods also disappears (making it difficult to add code for a newbie) & every time I add a space it automatically goes back to...
  3. P

    Problem with Date & Time fields in forms

    Hi, Im having a problem adding the date and time to a new record using a form. The 1st method i used was by inserting the default value set to Date() & Time() functions, this worked fine for over a year, but now on some computers on the network the following error pops up "function is not...
  4. P

    function is not available in expressions in table-level validation expression

    Hi, Im having a problem with one of my access forms, the above error is displayed only on some pc's on the network which access the same Database (all affected pc's are the older ones). The error occurs when a new record is created and access tries to add the Date & Time info for that record...
  5. P

    #Error message on Report Footer

    Hi, I am struggling to get a Textbox to calculate a total for one of my reports. Im currently using the following for the Control Source: =Sum([Amount]) It just produces "#Error" where the total should be. I have checked the data to make sure it is all the correct format & when i use the...
Back
Top Bottom