Bob said:
Hi Joseph, its actually 4 horse names to request a race name for a
horse, and the Authority have a paper form, that contains 4 rows of
18 boxes to fill in. As 18 is the longest name you are allowed, so
gaps are counted as a letter .........Thanks Bob
It appears that you have four bits of information each one having a
maximum of 18 characters. That means four records text type with a maximum
length of 18. I would imagine you would want each record to have additional
fields for things like date requested, requester ID, and maybe other
information. The requester ID would likely be a link to another table
holding the requester information like name address, stable etc.
If you read John's response you will see how you can print out that
information in the format you want.
Remember tables are just for storing information, not formatting it for
printing. Access is a relational database so it uses different tables for
related information unlike a spreadsheet that repeats and repeats the same
related information.
It may seem like this is the hard way to do it, but trust us. In the
long run you will find that it is the ONLY way to do it. It will make your
next questions not only easier but possible.
I hope that helps.