Search results

  1. T

    Calendar in Access

    I used a date and time picker control in a form in MS access. It is used as a drop down calendar for a date field. The problem is that this dropdown calendar does not show up at all in the datasheet view. It works fine in the form view, but when I switch to datasheet it disapears. Please...
  2. T

    ActiveX Date Picker

    I am using the MS date and time picker control to get a drop down calendar for a date field within a form. When I look at the date field in form view everything is correct and works normally. However, when I change to datasheet view the date and time picker control does not show up. Is there...
  3. T

    Date Time Picker Control

    I actually solved this problem on my own, by copying an .ocx file from one of the computers that already had the date and time picker to the other computer. Then registering that file. However, I have a new problem. In the form view everything is correct and the calendar drops down as it is...
  4. T

    Date Time Picker Control

    I am running Office 2000 professional on three computers connected to a LAN. In access I inserted the Microsoft Date and Time Picker Control, Version 6.0 for a few date fields on a database that keeps track of orders made from suppliers. The problem I have is that one of the three computers...
  5. T

    Calendar in Access

    Thanks I got it working good. Only thing is when I change from form view to datasheet view the three date fields are missing.
  6. T

    Calendar in Access

    Thanks for the reply DES. I should have been more clear in my first message, having a seperate control for each date field is fine. The drop down date calendar I am using is called AxDate Control. The problem is however the control source is not available in the properties, so I cannot enter...
  7. T

    Calendar in Access

    I am trying to get a calendar drop down box to connect to three date fields that I have in a form. When I am in form design view I can insert an AxDate Control with the drop down calendar. The thing I can't figure out is how to connect it to my three date fields, "order date","ship date" and...
  8. T

    Linking fields in a table

    Thanks a lot after a little trial and error I got it to work! I really appreciate the help!
  9. T

    Linking fields in a table

    The answer to your question is yes, I do have zip codes with more than one city. So I would have to store both the city and the zip code, which I already have done in another table. After looking at thread you suggested it looks like this may be a little more challenging than I thought. I...
  10. T

    Linking fields in a table

    I am trying to link two different fields in a table called 'Customers'. The first field is a zip code and the second is a city name. I have a list of cities and corresponding zip codes in another table which I have linked to each of the two fields in the 'Customers' table. What I would like...
Back
Top Bottom