Recent content by ohio

  1. O

    Alerting

    Nice to hear from you, I think the better way is when the user open a new form to create new log, the alert will popped up to tell him those > 7 days outstanding logs. Something as your 1st suggestion. Any clues? Really appreciate your guidance. Thanks!
  2. O

    Alerting

    Anyone know how to write a code in order to alert those outstanding call logs after 7 days. My form has Status field and Date Logged field, how to link up in order to alert such way. I think can use DateAdd or DateDiff but i am new to VB code, hence will need some expertise.
  3. O

    How to activate Alert Message

    I have designed a helpdesk log program using Access and shared by couples of users. THe problem is users always forgot to keep track the status of the problem. Currently there are 3 status : Outstanding,Monitoring and Completed. I am thinking how to activate an alert message for users in order...
  4. O

    Close button not respond to required field

    Hello, I have some fields which the "required" property is set to "YES". This means that the users got to fill up these fields before they close the form. I also add in a Close button into this form. The problem is this Close button won't respond to those "required" field upon closing the form...
  5. O

    Auto number going haywire! Pls HELP!

    Presently i don't have any duplicate refrence, the problematic one is missing number. How can i install lock conflict procedure, could you pls elaborate more. Where can i set the time between new creation Auto Number & save record? Sorry, i am a bit lost!
  6. O

    Auto number going haywire! Pls HELP!

    Hi, I have developed a call log program which almost completing but now I have one more headache. This program is shared among some users in the network. I have one field for call log reference no. which is Auto Number generated. I realise that the call log no. will go haywire if some users...
  7. O

    How to Requery

    I only have one table connect to this form. I didn't use subform.
  8. O

    How to Requery

    I have a call log form with a log no.field with AutoNumber type. This form will be accessed by several users, i realise that if user A add a new log half way, user B open another new log and save followed by user A save his log, I only can see the record for user A. Moreover the log no. will...
  9. O

    Prevent Date/Time generate more than once

    I am creating a Call log program, in the call log form i have 2 fields which are date log and time log which generated from the system. How to lock the date/time in order to prevent the date/time overwrite the previous one when the particular call log form opened at second time. What i mean that...
  10. O

    Repeated value in combo box

    Thanks. It is working.
  11. O

    Repeated value in combo box

    I have created a combo box which the values retrieved from one of the field in my query. In the combo box, how can i make the value to one each instead of repeating. There are more than one record under the particular values(field)in my query therefore it will repeat in the list. But i want to...
  12. O

    Combo Box

    It sounds simple but i still can't find the way how to add items to a combo box which created in a form. I want this combo box link to one of my query/table but i don't know how to link it.
  13. O

    Prevent from auto save

    I have created a form and table as a shared db in the network. Although i have set the users not allowed to edit the data in security right but i found that when they accidentally key something wrong in the existing form and close, then the data will automatically modified. How should I prevent...
Back
Top Bottom