All,
I have a database that contains a lot of different technical information on various pieces of equipment that we maintain. We then assign and track these equipment items as they get assigned to jobs.
These jobs require that various forms be filled out, containing information about the specific job assignment, as well as providing a lot of the technical information for the various pieces of equipment.
I have a query that allows me to, on a specified job number, grab all the necessary info from the different tables. But when I run this query, I get a "Property Value Too Large" error. From what I have read, a recordset can have a max of 255 fields.
Is this something that can be customized? If so, how?
Thanks!
I have a database that contains a lot of different technical information on various pieces of equipment that we maintain. We then assign and track these equipment items as they get assigned to jobs.
These jobs require that various forms be filled out, containing information about the specific job assignment, as well as providing a lot of the technical information for the various pieces of equipment.
I have a query that allows me to, on a specified job number, grab all the necessary info from the different tables. But when I run this query, I get a "Property Value Too Large" error. From what I have read, a recordset can have a max of 255 fields.
Is this something that can be customized? If so, how?
Thanks!