Search results

  1. M

    Running Sum in an Access Web App

    Thanks the code worked perfectly Once again, thank you Moore71
  2. M

    Running Sum in an Access Web App

    Thanks a lot for your reply. I will try it out and come back to report my findings / result Moore71
  3. M

    Running Sum in an Access Web App

    Hi, I am working on an Access Web App, but I run into an issue I need quick assistance on I need to create a Running Balance on my continuous form/datasheet. I just couldn't fix this on an Access Web environment Any help/suggestion is welcome Moore71
  4. M

    Send Email without Outlook

    Well thank you all for your contributions. I will try these out now and get back to you, soon thank you all
  5. M

    Send Email without Outlook

    Yes,I did all that stuff, but I still get error. So my puzzle is do I have to create a form with the field names as the variable in the modules?
  6. M

    Send Email without Outlook

    Hi, I am here again with a bit of challenge to tackle. I want to send email from ms Access without Outlook, so I copied the following code from this forum, but my problem is how do I implement it on my application. Where do I place the code and how do I call it from my application? I used "Call...
  7. M

    Get IP or Mac Address from email Sender

    I have an email solution, where I want anytime emails are forwarded to me, I should get the Mac Address of the local machine for my personal consumption
  8. M

    Get IP or Mac Address from email Sender

    Thanks for the help. But how I really want it is to automatically add the Mac Address without the knowledge of the sender. So is there anyway the Mac address can be hidden such that the receiver only need to see the source Mac address Thanks, once again
  9. M

    Get IP or Mac Address from email Sender

    Thank you all for the quick and resourceful info. But my puzzle now is how do I include the Mac address on my email form so that when a mail is sent, it will copy the Mac address of the current machine and send at the same time. Here's my email sending code: Private Sub cmdSend_Click() On Error...
  10. M

    Get IP or Mac Address from email Sender

    Hi, I have an access form form for sending emails within ms Access Application. My problem now, Is there any way I can get the Mac Address from the very system used in sending and forward same to the email recipient secretly? Any suggestion is welcome Thanks for your quick response
  11. M

    Prevent Certain Character Entry in my App

    I got it easily. Thanks for your quick response
  12. M

    Prevent Certain Character Entry in my App

    I have some VBA codes that prevents entries of certain characters that is not inter or numeric. But my problem now is I want to allow additional (.) key. Reason is because when my client enters amount for item that has decimal point like $10.51, the system ignores the point entered. Please...
  13. M

    Strip Some Characters from Numbers

    Thanks for your quick response. I sure hope this gonna work, without doubt. Thank you
  14. M

    Strip Some Characters from Numbers

    Hi, I have some numbers like this: (EE:39:F:BA:63:BF), how can I strip-off the colon from off this numbers, leaving it like this (EE39DFBA63BF) programmatically? This number is stored in table and I want to stripe the colon off, and let it be just an ordinary text Thank you
  15. M

    Update SQL Statement Freeze up

    Okay, I will check through then
  16. M

    Update SQL Statement Freeze up

    The Front end apps have LINKED tables
  17. M

    Update SQL Statement Freeze up

    Yes, the Application is split 2 frontend and 1 database when the 2 are updated simultaneously, that is running the update sql code through VBA, the one hosting the backend will go through, while the other will complain like "error running sql, or the other user has opened the program in Admin...
  18. M

    Update SQL Statement Freeze up

    Hi, I have an access app which is being used in 2 system on a network. Whenever both users are updating simultaneously, one system will freeze up while ther will go through. Please what do I do?
  19. M

    How to Create Custom Calendar

    Ok chief, you can make video on how to create renting of space to clients on time or days bases, like rent a space for 3-5 days and during that time that space is rented, no other client can rent that space until the time elapse or rent-age cancel / closed for another. Maybe we can take this for...
  20. M

    How to Create Custom Calendar

    okay, thanks for the quick guide. I will try it and get back to you soon sir Once again, thanks
Back
Top Bottom