Search results

  1. ppoindexter

    Access Forum Addict....has report problem

    Here it is.... I have a report based on a querry The user must enter 2 paramaters Parameter 1: Like [Enter Grade Level (text)] & "*" Or Is Null Parameter 2: Like [Enter City's Name] & "*" Or Is Null The REPORT HEADER also has a Label...
  2. ppoindexter

    Cant delete from list box

    Greetings Pat thanks for your response!! I made the changes and i think i am on the right track..had another error but it isnt related to this so as soon as i get this one worked out..i believe it will work a question though if the delete wizard writes bad code....is it safe to assume that...
  3. ppoindexter

    Cant delete from list box

    thanks for your reply yes i placed a command button (delete) using the wizard Private Sub Command3_Click() On Error GoTo Err_Command3_Click DoCmd.DoMenuItem acFormBar, acEditMenu, 8, , acMenuVer70 DoCmd.DoMenuItem acFormBar, acEditMenu, 6, , acMenuVer70 Exit_Command3_Click: Exit...
  4. ppoindexter

    Cant delete from list box

    News flash! Listbox problema causes Meltdown Howdy all i have a form (frm_Delete_Reference) whose purpose is to delete records from a table--a simple task so i thought Act 1: tbl_referencelist has 3 fields fldreferenceid (auto number-Key)...
  5. ppoindexter

    Sort order in If Then statement

    oops... sort order by"fldmimtplanlabel"
  6. ppoindexter

    Sort order in If Then statement

    i have the following code for a combo box on a form and i need to have it sort by ascending order.... If IsNull(Me.cmbreflist) = True Then If IsNull(Me.CmbLevel3) = True Then CmbWarmup.RowSource = "select fldtplanid,fldmimtplanlabel from tblmimtplan where fldmim_core_id=1...
  7. ppoindexter

    underline text in tables

    THANKS i do have the dev......
  8. ppoindexter

    underline text in tables

    Thanks Thanks for the info..that is exactly what i needed...now to convince the boss to spend yet another couple hundred... plp
  9. ppoindexter

    underline text in tables

    hi jack hiya back at ya jack! good to hear from you.. how ya been?? thanks for the crossed fingers... maybe there is a way.... laters pat
  10. ppoindexter

    underline text in tables

    i need to underline parts of sentences (such as names of books) that are stored in a table... thanks pat
  11. ppoindexter

    change label on report

    many thanks!!
  12. ppoindexter

    change label on report

    i have a report that is based on a parameter qry..how do i set up the report so that it asks for a title (label) that will print on the report..... (the title will depend on the specific data i enter in the para qry) i do not want to have to create a different report for each of the various...
  13. ppoindexter

    user criteria on a form

    i would like to have a form that a user can select from list/comb boxes (i am not sure which is the best type) in various fields to get the user's desired information....for instance.....user Alfha chooses from field "teacher" (teachers name) from field "test" name (test 1) and chooses (from an...
  14. ppoindexter

    Calculating from checkboxes

    i have a database with several tables and I made a form to gather test results from students....each question is represented on the form by a check box to show if the student anwered the question right or wrong I am trying to make a form(s) and/or reports (not sure which to use) that will...
Back
Top Bottom