Recent content by rkulik

  1. R

    MS ACcess and Authorize.net

    I have the following code from Authorize.net which allows the connection via ssl from your apps to their processing center....however I can not get it to work. I am new to this so that is half the problem. (THIS IS ACTUALLY VB CODE" Any help or direction will be appreciated 'Create the COM...
  2. R

    Total for invoice

    i have a query that runs and extracts all of the items for all users who match the criteria (bill today, Active, etc.) What I want to do is be able to generate a total for each user in the query based on the cost for each item they have. example... the query runs and generates 5 records. 3...
  3. R

    Credit Card Validation

    Just so the number is not keyed in incorrectly. Some sort of validation would be nice
  4. R

    Credit Card Validation

    Anyone know how to validate a field that contains a credit card number? Using the after update event?
  5. R

    email Invoice

    ok heres what's going on. I run a query and it generates a table with 10 users with 10 email addresses, balances, etc I want to email each user their invoice based on the query that just ran. A new message for each user. I can send email via access using the SendObject method and that works...
Back
Top Bottom