Search results

  1. J

    counting number of times record is accessed

    Hi Experts, I have two queries here, if you could help me to solve 1) When the record is checked from the combo box, it should enter the number it is checked in a table. if it is checked again the number should add up. 2) Update the value from pending to processed on button click where...
  2. J

    countdown timer!!!

    Thanks for your reply, and its working. and sorry for not explaining it for the first time. Thanks a lot!!!!!!!!!!
  3. J

    countdown timer!!!

    First of all thanks for the reply. Yes button is on same form Yes, it stops but when I press the start button again it continue from the time it was stopped, i want that when i click start button again after clicking end, it should start from the begining. any help
  4. J

    countdown timer!!!

    Hi guys! in addition to my previously solved problem, some experts helped me with the countdown timer of 20 mins on click of the button. It is working good, but when i try to click on another button it should stop but it doesn't. Please help me to solve it. I would appreciate any help. Thanks!
  5. J

    TAPI in access forms!!!

    Hi Guys, Here is the issue, My manager asked me to use TAPI in access forms, where, any phone comes in its number should appear in a text box. I have no idea how to use this, cause till yesterday i did hear anything called "TAPI". My company is using AVAYA phone system, is there anybody who...
  6. J

    count Time on click of a button!!

    Hi Guys, Just back to work. I tried missinglinq's solution and it works pretty well. Thank you alot guys! I appreciate your help.
  7. J

    count Time on click of a button!!

    Hi Experts! I am designing the form where i need to put a timer on each call, It should be like, when I click button the time should start for 20 mins, it should show in this format "mm:ss" and need to change the color of the time when it reaches 15 mins. If it could be like countdown, that...
  8. J

    Problem in getting count of distinct values!!!!!

    Thanks Brian, you are great. you have solved my problem. Thanks a lot.
  9. J

    Problem in getting count of distinct values!!!!!

    Hi all, I have a query that is retrieving values from a table, the result of the query is State RepCode Count AB AA 3 AB AA 4 BC BB 2 BC BB 1 *Count is showing the number of sales by each sales...
  10. J

    Sending Report to multiple users!!!!

    Hi Curtis, It worked very well. Thanks for your help. I appreciate for giving me that useful link.
  11. J

    Sending Report to multiple users!!!!

    Hi Experts, I posted this thread in the Reports forum of this site but didn't get any ans. Somebody please help me to fix this. >Hi Guys, I was working on this form where one single click i want to send reports to multiple users, I wrote the code, but when button is pressed it send the file...
  12. J

    Automatic email report!!!

    Hi Guys, I was working on this form where one single click i want to send reports to multiple users, I wrote the code, but when button is pressed it send the file to lotus notes then click send from there. Its fine but it opens multiple windows for multiple receivers. Is it possible to send...
  13. J

    automatic emailing reports!!

    Hi Guys! I am working on a application and this is the last phase of it. I am having some problem with emailing reports to 3 managers every monday morning without user interaction. I wrote the code to email report on a command button for testing purpose. But it opens my lotus notes and I have...
  14. J

    Can't make .mde file!!!!!!!

    Hi Guys, Thanks for replying for that. i did the same way as DCrake said, it worked, but it always open in small window, i wanted it to open in maximized window. Any help?? Thanks in advance.
  15. J

    Can't make .mde file!!!!!!!

    Hi Guys, I was trying to make my access application as .mde, it showed me some error before then i check the vb coding and then I tried to create. This time it didn't show any msg, but what i think it supposed to do is open the form not design navigation window until we hit f11. Any help will...
  16. J

    Assigning Radio Button value!!!

    Can you give me an example of this, as I am new to access. i would appreciate your help
  17. J

    Assigning Radio Button value!!!

    Hi Guys, I created two option buttons in my form and these are linked with my table, Its value entered as I press button, It works fine but its value entered is 1 or 2, but i want its values to be entered in the table is "Processed" or "Followup". Any one idea how to do that??? Thanks in advance.
  18. J

    input text value into table!!!!!!!!

    Thanks for the help guys, Paul's idea worked and it is simple. khawar's idea is good but good for one row update. Thanks a lot!!!!!!!!!!!!!!!
  19. J

    input text value into table!!!!!!!!

    I think it should be update callinfo set username = forms!frmMyForm!Text1 where <" what option should i give here, so that it should update the current field with rest of the information">
  20. J

    input text value into table!!!!!!!!

    Hi khawar, Thanks for your help, it works but it is inserting the value into the next row not with the same row in which i am saving the data. any other idea!! Thanks
Back
Top Bottom