Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Aliffi
  • Content: Threads
  • Order by date
  1. Aliffi

    Sending Automatic Emails Based On ADP Form

    Any one needs to send automatic emails based on current form here is the code '----------------------------------------------------- Set myrecordset = Me.Recordset With myrecordset myrecordset.MoveFirst Do Until myrecordset.EOF DoCmd.SendObject acSendNoObject, , , "Email address...
  2. Aliffi

    Sending Automatic Emails from ADP Form

    Dear All, I am trying different methods to send auto emails based on my ADP form (my back database is SQL SERVER 2000) here is an almost done CODE, but the problem is it repeat sending the email for only first record can any one please fix it to read the next record as well and then send the...
  3. Aliffi

    Send Auto Email

    Dear All, I have created this code to alert users with automatic email this is a function which i call to a click button. I am using SQL SERVER back and ADP front i face a problem 'gives me error on the below line (SET rs)it says 'Runtime-error "91" 'Object variable or with block...
  4. Aliffi

    Filter report from subform , code error

    Dears, I have a database back SQL Sy2k front ADP , I have a form and it has a sub form , now i want to filter my form with a combo box and a button and the button is going to alter a report with the filtered criteria and open the report restricted with that filter,. as it is a sub form , i...
  5. Aliffi

    Working with Loop??

    Dear all, I have a SQL SERVER back end db, front end ADP I am going to develope a monitoring form on contract based table. which will check if the Date is > Current Date then it will automatically sends an alert msg to person email i put this code to Form Load...
  6. Aliffi

    Copying File from one drive to another CODe?

    Dear All, I have an ADP File, back sql server, i distributed the ADP to client on the network now , when the clients open the ADP file i want to have a button on the switchboard when they click that the updated ADP file from server copy to their local drive , actually it overwrites the...
  7. Aliffi

    count problem in ADP

    dear all i have and ADP which has a continues form i have a text box , its control sourse is a count function =count([field]) it counts all the records , but when i apply fitler, the records are filtered but the count remains the same , coutns all records i want the text box to show the...
  8. Aliffi

    count filtered records in ADP

    dear all it is a very small question but , i m stack into just some one tell me how to give the formula for count function to count the filtered records , after a filter is applied to an ADP form thanks
  9. Aliffi

    Criteria search in ADP

    Dear All I have an ADP form back is sql server now i want a texbox in my form , with a button any thing i write in box , it should search any value in the corespondent filed in table.... it must work like google search engine or .... regards
  10. Aliffi

    How to Send all filtered records to report

    I have a Form with boxes and a button , when i write criteria and click the button records are filtered ,on the current form and i can see the result very well, now i want to send all these records to a report after i click the button, this is the code i have for the button and boxes...
  11. Aliffi

    Export to Excel Template

    Dear All, I want to export tables from database access to excel but , i want to have a template ready made in excel and when i do export the table records, it should go to that excel template file with pre formatted culmns regards
  12. Aliffi

    Disable Shift Key in Access Project ADP

    Dear All , here is a simple and great solutions first make an unbound form then two buttons , name of them lock and another unlock behind the lock one put this code CurrentProject.Properties.Add "AllowBypassKey", False and behind the unlock put this code CurrentProject.Properties.Add...
  13. Aliffi

    Out put to Excel from Access

    Dear All. I want to output records from access form to excel but i want two thngs as follows 1- to exclude some unnecessery fields. 2- to make a template in excel , and while exporting the records from access should fit to that excel template. is it possible regards
  14. Aliffi

    Multiple filter

    Dear All, i have a from , with some 2 text boxes at the header of ther form, and i have a button this code below is behind the button when i press the button it should filter the data matchin the values from text boxes and thoes fields on the form. NOW, the problem is that it do filter but one...
  15. Aliffi

    How to Disable Shift Key

    Hi all I have developed a full Access Project Front end now i want something for security how to disable the bypass key (SHIFT KEY) inorder to make the front end more safer regards
  16. Aliffi

    count on filter

    Dear All, i have a little problem i want to count all records on the form it is working , but when i apply filter it does not count the filterd records it just conts all of reocrds always regards
  17. Aliffi

    Multiple Filter on a form

    Dear All , Specially Paul i have 4 or 5 text boxes on top of my form now i can do filter with one text box and a button when i click the button it matches the value in the box and a filed on the form , now i want to have 5 boxes which i write the values and it match all of them with fields ...
  18. Aliffi

    Why this message appears in ADP form

    when i do apply fitler in ACCESS it works but when i use it in ADP , form , where i have a text box and a button , when i click the button , it says this messege "Can not apply filter on one or more fields Specified in the filter property" why this message appears any solution plz regards
  19. Aliffi

    Filter in ADP code

    Dears, as i was working with Access Forms i could create Text box with a button , behind button i would set this code to match and then filter up data inside a form. docmd.applyfilter ,"", "[Contract_details]![province]=[Forms]![filter_form]![Text116]" but now , iam using ADP .Access Project...
  20. Aliffi

    how make cross tab query in ADP

    Hi dear all! I have developed everything , but now i want to have some calculations based on a query i can create anykind of query such as cross tab query in Acess , but i want to make a cross tab query in ACCESS PROJECT , so how can i do that please help argent Aliffi

Part and Inventory Search

Back
Top