Help

Help creating weekly service logs for 70 repeating customers

2914 3
cancel
Showing results for 
Search instead for 
Did you mean: 
Manuel_Mora
4 - Data Explorer
4 - Data Explorer

Hi,

My name is Manuel and I run a small pool service business. I am looking for a way to setup a base that can be used to log the details of each customers weekly visit. For example is like to log the time in and time out, chemical readings, etc.

I’m not having challenges with creating the records but more the structure of the base. Should I give each customer a table and design a record that can be used repeatedly. Only problem I see with this is that I have to manually make 70 different records since there is no way of copying a record template to another table.

I’d appreciate any help I can get. Thanks

Manuel

3 Replies 3
Ron_Wessling
6 - Interface Innovator
6 - Interface Innovator

Create 1 table for the Customer details; Name, Address etc.

Then create a linked table for the log information; time in, time out, chemicals etc.

Link the log table to the Customer table by name.

Ron

This pretty much has it. Just one question, do you do multiple, different things at each stop? If so, can you just put everything into a long text field, or do you need more structure?

Jason_Woltz
6 - Interface Innovator
6 - Interface Innovator

You make a table for records, and a table for customers.
Customer Table includes following columns:
Name, Address, Phone, Email, Pref Contact method (phone or email) etc etc, then you have several columns that refer to the record table, a link to record column, then many look up columns, you use the link to record column for the look up then you pick info from the record table that you want available in the customer table record, basically the majority of the record tables info is going to be duplicated column by column with look ups.

Record Table includes the following columns:
Date of inspection/visit, ph level, check box for activities like if the pool was cleaned, if the strainer was checked, etc.
Then you create a customer column, and the column will be a link to record type and link to the customer table

After you create these two tables and have the majority of the information in the record table duplicated into the customer table via look ups, you want to create 2 views of the customer table. One for customer info, and one for customer visit record info.

I am trying to create a more complex base myself that has this functionality incorporated. The issue comes into play when the records are piling up but you don’t need so much info in the past on a routine look into your base. For this you can get into complex formulas etc, or you can simply create filters on views, so a filter to show the records for the past week etc.

My father has been in this database stuff for a long time but unfortunately only lends me a few minutes here and there. He summarized airtable as being a database of lists of which you then apply filters.

So you will have two lists, customer and records, if linking the two lists creates too much data then you simply filter it!

I am still learning how to share these airtable bases and things. Otherwise I could try and create a mock up rather quickly of what I think you would be desiring.

Best of luck!