Search results

  1. J

    VBA to change report recordsource is not changing recordsource property box contents

    Hi, I have a sample DB that is a very simple example of a problem I need to solve. A table with color and size. A RED query that filters by red and a BLUE query that filers by blue. A single report has no set record source in design mode. When the report it opened, it is opened with a...
  2. J

    Weigh Scale Serial to Access Form Text Box

    very kind of you to reply! thanks a million! I will do just that! jm
  3. J

    Weigh Scale Serial to Access Form Text Box

    did you ever get this working? I want to do something very similar. Jmark@stayintouch.us
  4. J

    Can send SMS to Verizon Customers but not ATT and T-Mobile.

    once the user chooses the cell carrier, the final .To address is like one of these, depending on the carrier: 22225551212@vtext.com 22225551212@messaging.sprintpcs.com 22225551212@messaging.nextel.com 22225551212@voicestream.net 22225551212@tms.suncom.com 22225551212@message.alltel.com...
  5. J

    Can send SMS to Verizon Customers but not ATT and T-Mobile.

    the carrierbox is the carrier that the user enters, like verizon, att , tmobile... that way the vba code can select the proper format to send.
  6. J

    Can send SMS to Verizon Customers but not ATT and T-Mobile.

    I guess its an email to a cell phone number. Is there an easier way? I have links embedded in the email that need to be EASILY clickable by the customer.
  7. J

    Can send SMS to Verizon Customers but not ATT and T-Mobile.

    I have a form based on a query that has a button on it to send a pre-made SMS message to the customer on that record, asking them to leave us a review. The VBA below works just fine for all our customers who use Verizon, but it does not work for ATT and T-Mobile customers. To use this code...
  8. J

    Front End Deployment of Split Database in a small enviornment

    wow! SO much thanks to all of you and especially TheDocMan, for taking the time to write so much detail! You have very effectively scared me into NEVER doing what I was hoping I would be able to! No worries. I will now search out the updater options or write my own .bat file to deliver...
  9. J

    Front End Deployment of Split Database in a small enviornment

    I have 15 users that use their own copies of the Front End of a single, small (30M) database. Every time I make a change to the FE, which is frequent, I have to push out the new FE to the desktops of all 15 users. All users use the same kind of PCs, the same Windows 10, and the same Access 2019...
Back
Top Bottom