Search results

  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

    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...
  6. 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
  7. 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
  8. 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...
  9. 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
  10. 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?
  11. 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...
  12. S

    Outlook Calendar

    Not sure if this can be done, is it possible to connect access to a outlook calendar to view events?
  13. S

    reference Option Group to Table

    can some one explain to me how i reference a option group buttons to a table. the table has 7 locations listed in it. i want each button to point to a different location. I have completed a SQL statment for a command button but when i run it i get a error that there is: The Specified field...
  14. S

    Using select Statments to filter a subform

    Can some one please help me out. I have a database for customers to reserve certain locations. before they can reserve a location they have to check if it is available for the day requested. Im using a query right now for the customers to use, but they complain its to complicated. what i would...
  15. S

    display a query from optin box and activeX Calendar

    Could some one give me some help with this. i am trying to let customers be able to check if a location is availible to reserve on any date. i would like to use a option box for the locations and a activeX calendar to select the date, a subform would also be on the form which would display the...
  16. S

    Prevent Duplicate Names

    Can you help me with vb code so that if a customers name already exist in the customer table, they would recieve a message not to enter thier name and to move on to the next screen. :confused:
  17. S

    Insert 2 Feilds into another form

    I have a user form and another form were they type in reservations. is it possible toi link these 2 forms together with out puting the user info on the same form. i would like to be able to use a Querie to display individual reservations with the user's name and info. please help
  18. S

    Print Only The Current Record To A Report

    I'm trying to print out only the current record from my form to a report but each time i recieve an error and dont understant why. this is the code that i have: Dim strDocName As String Dim strWhere As String strDocName = "Resources" 'open report strWhere = "[ResourceID & ResourceTypeID...
Back
Top Bottom