Search results

  1. C

    Sending a report

    I have the below code set on click. Which sends a report. What I need is to have the report only send the dates that have not passed. So instead of sending the whole report I would like to send only the information to dates that have not passed on the day which the button is clicked. Private...
  2. C

    Sending a report

    I have the below code set on click. Which sends a report. What I need is to have the report only send the dates that have not passed. So instead of sending the whole report I would like to send only the information to dates that have not passed on the day which the button is clicked. Private...
  3. C

    Auto populating a field

    I am building a student registartion database. Now I have come to a point where I need to list the classd escription and dates available. Now should I have a table with all of this information? or have it in a Excel Spread Sheet with a link? Now what I need to happen is to have the date of the...
  4. C

    Auto populating a field

    I am building a student registartion database. Now I have come to a point where I need to list the classd escription and dates available. Now should I have a table with all of this information? or have it in a Excel Spread Sheet with a link? Now what I need to happen is to have the date of the...
  5. C

    Splitting a database

    I have a report which I need everyone to see but I do not want them to see anything else but the report. What do I need to do and how do I do it? Beg. Access user here
  6. C

    Splitting a database

    I have a report which I need everyone to see but I do not want them to see anything else but the report. What do I need to do and how do I do it? Beg. Access user here
  7. C

    Can you Set two criteras in a Query?

    I need to set two criteras in Query. When I do it now I write the following "Pete" "Walt" I get a syntax error
  8. C

    Convert Report into Excel Spread sheet

    I am not sure if this could be done or how to do it. But I have been asked to convert a Report into a Excel spread sheet. Can it be done and how would it be??
  9. C

    Convert Report into Excel Spread sheet

    I am not sure if this could be done or how to do it. But I have been asked to convert a Report into a Excel spread sheet. Can it be done and how would it be??
  10. C

    Debugging?

    I placed this code in the OnOpen and get a bug error 2110 Microsoft Access cannot change focus to control SeatsAvailable. Private Sub Form_Open(Cancel As Integer) Dim intSeats As Integer [SeatsAvailable].SetFocus If Val([SeatsAvailable].Text) < 1 Then MsgBox "Sorry, no more seats...
  11. C

    Can Access administer a TEST?????

    What I would like to do is design 30 questions for a test, which only 10 questions would be used for each test given to a student. What I would like to know is, if Access could logically select random questions from a pole of questions to develop a different test for each student? And when the...
  12. C

    Subtraction Problem

    I would like to set a limited number of seats avaiable and have the number of seats subtract every time somone fills out a registration form. So my form looks like Course Date Seats Admins 1 10/1/00 12 Now what I want to happen is when the next person opens the form they...
  13. C

    Form and Subform (Subform is Combo Box)

    I have a form with Employee Name, Phone and Email. The subform is the Company Name, Address, Affiliation. The Employee Name,Phone and Email are looking at a table. The Subform Company Name, Address and Affiliation are looking at a query. All of the fields are Combo Boxs. What I am trying to...
  14. C

    Form and Subform

    I have a form with Employee Name, Phone and Email. The subform is the Company Name, Address, Affiliation. The Employee Name,Phone and Email are looking at a table. The Subform Company Name, Address and Affiliation are looking at a query. All of the fields are Combo Boxs. What I am trying to...
  15. C

    Record look up and Max number set

    am building a database for the first time with Access2000. 1) I would like to have a command button that would allow someone to type there name to locate their information, if they are not listed I would like a message to pop up that would tell them that they would need to enter their...
  16. C

    Record look up and Max number set

    am building a database for the first time with Access2000. 1) I would like to have a command button that would allow someone to type there name to locate their information, if they are not listed I would like a message to pop up that would tell them that they would need to enter their...
Top Bottom