Recent content by scjohn

  1. S

    Data Access Pages

    Hello, not realy sure where to ask this question so. This is my first time working with Data Access Pages. What i would like to do is create a page so that customers could submit request for reservations. I have a page created thats works great but i have no way to send the information to me...
  2. S

    Working with dates

    Hello, can someone help me do this, on a form i have a checkbox for everyday of the week, 2 textbox's to enter a start date and a end date, and a field for a event name, and a command button to execute the code for this. i want the code to populate a table with the start date to the end date...
  3. S

    use search value to populate a txt box

    Hello, I have a video Library for people to check videos out. I would like to be able to type in the video number and the Name of the video would show up in a textbox. Is this possible?
  4. S

    Populate Table with start date to end date

    Hello, I have a table called "tblDates" which i have have three fields "dateID" and "SDate" and "EDate". Can someone help me with the code to populate the table so that it lists all date from start to end? this would be on a click event for a command button.
  5. S

    Calculating multiple dates

    Dose someone know were i could find an example to do this. Any good web sites to recommend?
  6. S

    Calculating multiple dates

    hello, I have a calendar in access, im using the CalendarLV program which i modified for my office. I was wondering if someone could help explain to me how i can make a form that would allow me to schedule a event for multiple dates. If i selected 23 march as the begine date and 27 Apr as the...
  7. S

    Using Power Point with access

    Can some tell me if this is possible? I want to show a set of instructions that were made in Power Point and have it viewable in access, perfereably on a form. I have tried this but the presentation is unviewable except in design view, you can double click it and it will show. Thanks
  8. S

    message box font size

    hello, not sure if this can be done. Is it possible to change the font in a MsgBox. Some people who work with my db have a hard time reading the Msgboxs. Thank John
  9. S

    List box error

    text box error Could someone please look take a look at the program. This is the only thing that is holding me back from finishing it.
  10. S

    List box error

    hello, I am using a list box to select different time from. when the time is selected in the list box it appears in another text box with other information. when all information is inputed, I click ok and the info is saved. the main form is a calendar that is created from a query. when i click...
  11. S

    ListBox

    Thanks for the help Thanks for the help, I put in the code on the after_Update Event but im recieving errors. this is my code: Forms!frmNewSample!txtAppointmentTime.Value = List22.Value this is the error message: procedure declaration expression does not match description of event or procedure...
  12. S

    List Box Value

    Listbox Could soome one point me in the right direction on how to do this. I would realy appriciate it.
  13. S

    ListBox

    I have a list box that displays different times. Can some one help, how do get the value from the list box that was selected to show in a text box on another form? Thanks
  14. S

    List Box Value

    I have a list box that displays different times. how do get the value fo the list box that was selected to show in a text box on another form?
  15. S

    Error with code

    Can some one tell what wrong with this code? 'set default record source of form Const strSQL = "SELECT Resource Types.ResourceTypeID, Resources.ResourceName, Schedule.ScheduleDate, Schedule Details.ScheduleStartTime, Schedule Details.ScheduleEndTime FROM ((Resource Types INNER JOIN Resources ON...
Back
Top Bottom