Search results

  1. S

    Forms and records

    Hello, I am trying to create a form and I am not sure if it can do what I want it to do. Basically, I have multiple customers. each customer can have more than 1 record. So, if I pull up a customer i want it to show all the records associated with that customer. then from that point i...
  2. S

    Split 1 text field into multiple values

    Hello everyone, I am having trouble trying to put in a VIN decoder for my company. Basically the VIN is entered into 1 column in our contract table. I need a way to split that vin into 17 different variables. For example if the VIN is 123456789ABCDEFGH then p1 = 1, p2 = 2, p3 = 3 and so on...
Back
Top Bottom