Use the colored area of the Install form to find records and the gray area to change information in the record.

When the Install form opens, the cursor is on the Find box so you can use a barcode scanner to enter the InstallID of a record you want to find. Click Pre to show records where Status = Preinstall or Active to show recs where Status is Active or Active Awaiting Renewal. Click All to show all records.

The Install combo lets you pick a specific Install. You can use the < Prev and > Next buttons in the upper right corner of the form, or use the PageDown and PageUp keys to navigate through the recordset.

In the lower left, above your Start button, is status bar text that says:
Find in | InstallID | LastName, FirstName | Builder | Phone | Phone2 | WorkPhone | Street | City | Zip | Comment | SEL |.

Use the pipe symbol (vertical | bar) to separate multiple fields or mark the start or end of a field and reduce false hits. Find for |SEL| to see records where the Sel checkbox is checked. You can use wildcard characters in the Find box. ? matches any single character and * matches 0 or more characters.

The record counter in the lower left of the form shows how many records you have found. Click the Find box to clear it and find all records again.

SelAll sets the Sel checkbox in all records in the found recordset to true. Clear x SelRecs sets them to false.
These features are additive so you could find for Dallas, SelAll, find for Fort Worth, SelAll and repeat the process Arlington, Fort Worth, Irving, Plano, Carrollton, Denton, Frisco, Grand Prairie, McKinney, Mesquite and Richardson to find the larger cities in the DFW metroplex.

Similarly, you could find |Smith|, Clear x Sel Recs, find |Jones|, Clear x Sel Recs and exclude all whose last name was either Smith or Jones. If you don't mind also clearing 2013 BlackSmith Way, you could omit the pipe symbol delimiters. By entering keywords in the Comment field, you can quickly select marketing groups for your business.

You can use the complex selections to create reports, export data, delete or edit records.

You can't change InstallID, the auto number primary key, so it is grayed out. Phone has an input mask to show the phone number correctly and consistently.

The blue Subdivision label for the Subdivision combo opens the Combo form so you can add or edit new values. When you pull down the combo box, the changes to the Combo table appear. By typing in the field, you can move to the first value in the combo that begins with the string you typed. Likewise, you can edit values Installer, Manufacturer, Route, Permit, Disposal or Compressor Type by clicking the blue link to the left of that combo.

The blue Directions link opens Google Maps to show directions from the home office specified on the Setup form to the customer's street and zip. The blue Map link shows a Google map of the area.

If you enter an exclamation point ! in the Comment field, it is highlighted yellow. This helps the user remember to ask a question while the customer is available.

The Del button is reserved for users with Super user access. Del also delete related records in the Service, Log and Doc tables. It is easy to add a bulk delete feature to delete all Sel records or to add a password to restrict deletes to all but a few users.

The blue Service, Log and Doc links at the bottom of the form show how many related records there are. If you click the link or press Alt and the underlined letter, like D for Doc, the related form opens with the recordset filtered to show only those records related to the current InstallID.

If if a form is related to a parent form and that form isn't open, the New button will be disabled.

Log is a continuous form that is filled automatically when Status changes. It is read only. Click a blue link at the top of a column to sort by that column.

Like Install, the Doc form's name is shown in the upper left corner. Del, New and Exit work like they do on the Install form. Click View to view the document. Click the blue link at the top of a column to sort by that column.

The RecordSelector, the box with the black triangle to the left of DocID 15, shows the user which record is current. This is the record that would be deleted if the user clicked Del and confimed the operation.

Click DocFolder to see the folder where the document is actually stored. Name documents with DocType, InstallID, Suffix and file extension. In the example above, the document would be named M1.pdf, the first Map for InstallID 1, stored in PDF format. If there was another map, it should be named M1b.pdf. The first photo would be named P1.jpg.

Click Browse at the top of the Install form to open the Browse form and see multiple installs on a single continuous form.

Click Activate at the bottom of the form to set the Install to Status = A, schedule renewal dates and offer to create an Inspection. Route and Permit info are required and Staus must not already be A.

Close