Search results

  1. H

    query a date

    hi how do i make a query that prompts a date and searches for anything that occured after that date? thanks:eek:
  2. H

    error Message for empty query

    any help? pelase
  3. H

    error Message for empty query

    how can i get into VB for a query???
  4. H

    error Message for empty query

    i have a form which has as button that opens a query how can i make it so that if there arent any results from the query then a error message will pop up saying "no results found" and the table dosent show?
  5. H

    Linked tables validation

    but it dosent show how to create a msg command. rather than have a generic error msg when the error arises i can type in a message that lets the user know what is wrong.. whould u know how to do ithis?
  6. H

    Linked tables validation

    thats alright i found out how.. but how can i make it so that it shows a msg box that i can type in my own error message?
  7. H

    Linked tables validation

    hows that done?:eek:
  8. H

    Linked tables validation

    if i had two tables (A and B) which are linked by one feild eg. "user ID" how would i make it so that when data for (table B) is typed into a form that if that "user ID" dosent exist in A then it will not add the record to table B?
  9. H

    no duplicates check

    that works fine but is there a way to do it in VB, because i want the freedon to wrote a message in the message box
  10. H

    no duplicates check

    hey, how would u deny a new record if it already exist in the table?
  11. H

    no Report avaiable message box

    B E A utiful.. ur a gun. thanks heaps.. :eek:
  12. H

    no Report avaiable message box

    dang . sory i meant i wanted the report to close.. otherwise after the msg box appears the report will appear but be empty. so basically i want nothing to appear if no results are found
  13. H

    no Report avaiable message box

    hey i got the mesage box to appear, if no matches are found but what code is needed to close the form? i currently have in VB Private Sub Report_NoData(Cancel As Integer) MsgBox ("asd") DoCmd.Close End Sub
  14. H

    no Report avaiable message box

    hmm. iv foound the properties menu but my events tab has no options
  15. H

    no Report avaiable message box

    sorry im not the best at access, but i dont seem to know where i can get to the "Report's NO DATA event"
  16. H

    no Report avaiable message box

    hi, i have a report which is running a query,so when i click on the report it ask for waht to search... but if there is no records found it willl still come up with a report page with empty feilds. how do i create somthing that will automatically close this, and give a message box saying that...
  17. H

    table design

    if i had a table with products and i want to keep a record of what has been chaged or added to this product, whilst keeping the old records how could i set it up in a databse? the excel spread sheet looks like this product commments 1 chnged this...
  18. H

    un deletable entry

    there isnt much relationships at all with my table.. all i did was create a table from the wizard. and thats the only one that exist.. when i double click on the table. the table pops up, when i highlight the row and try the delete it with the delte key i get the error.. and it dosent get removed
  19. H

    close a form without saving

    haha.. thanks for the help dude. this goes for the other replys in my other post cheeers
  20. H

    un deletable entry

    i have an entry in my table but when i go to delete it it doesnt work so im stuck with it the error message i get when i try to delete it is "THe search key was not found in any record"
Back
Top Bottom