Cowboy_BeBa
Registered User.
- Local time
- Today, 17:37
- Joined
- Nov 30, 2010
- Messages
- 188
hi everyone,
the database im asking about is very complex and any one of a million things could be causing the problem im having but i dont wanna make all you guys read 100 pages just to help me out, so ill try and be as brief as possible,
basically ive built a database for a family business, we have products that we blend using various ingredients, the database was originally built to keep track of stock and automate our ordering process but its evolved quite far beyond its original scope over the years
the problem im having is in a query called "qryShoppingList" (it happens in a few other queries, but this one recurs the most), this query helps generate a report which basically tells us how much stock we have on hand, how much we need total to fill all our orders and finally how much (if any) stock we need to order, every few months ill get a call from the office people who use it and they tell me the shopping list doesnt work, whenever i look into it i find that all the fields in "qryShoppingList" have been turned into expressions, so instead of a field being called "ingID" it somehow gets turned into "expr1: ingid", "ingName" is turned into "expr2: ingName", etc.
has anyone ever seen anything like this?
i suspect a potential cause for this probiem is that all the info from this query is from another query called qryStockControl, this is essentially a huge summary of all our operations over the course of a month, in order to get all the data into the right format i had to create about 8 or 9 different queries built on top of one another and combined with tables, its very hard to explain and convoluted as frak but it works very well and i can use it as a basis for literally any other type of query id need. though it does work i am not sure whether the fact that im basing so many queries on other queries may have something to do with this error (as so far all the queries ive seen this on are layered on atleast 2 other queries), though im not 100%
another potential factor could be that while they use the database in the office im at home constantly updating it, ive been working on it for about 3 years or so, basically every month or so i update it, i meet with everyone in the office, they report any bugs and suggest new features, and then i go back home to work on it, once im done i bring it back to the office on a usb, copy the front end to the server, relink it with their copy of the back end (and update their back end and add any new tables or data manually), then copy the relinked front end from the server on to everyones computers, the next month i repeat, im wondering if this process might also have something to do with it
any thoughts?
the database im asking about is very complex and any one of a million things could be causing the problem im having but i dont wanna make all you guys read 100 pages just to help me out, so ill try and be as brief as possible,
basically ive built a database for a family business, we have products that we blend using various ingredients, the database was originally built to keep track of stock and automate our ordering process but its evolved quite far beyond its original scope over the years
the problem im having is in a query called "qryShoppingList" (it happens in a few other queries, but this one recurs the most), this query helps generate a report which basically tells us how much stock we have on hand, how much we need total to fill all our orders and finally how much (if any) stock we need to order, every few months ill get a call from the office people who use it and they tell me the shopping list doesnt work, whenever i look into it i find that all the fields in "qryShoppingList" have been turned into expressions, so instead of a field being called "ingID" it somehow gets turned into "expr1: ingid", "ingName" is turned into "expr2: ingName", etc.
has anyone ever seen anything like this?
i suspect a potential cause for this probiem is that all the info from this query is from another query called qryStockControl, this is essentially a huge summary of all our operations over the course of a month, in order to get all the data into the right format i had to create about 8 or 9 different queries built on top of one another and combined with tables, its very hard to explain and convoluted as frak but it works very well and i can use it as a basis for literally any other type of query id need. though it does work i am not sure whether the fact that im basing so many queries on other queries may have something to do with this error (as so far all the queries ive seen this on are layered on atleast 2 other queries), though im not 100%
another potential factor could be that while they use the database in the office im at home constantly updating it, ive been working on it for about 3 years or so, basically every month or so i update it, i meet with everyone in the office, they report any bugs and suggest new features, and then i go back home to work on it, once im done i bring it back to the office on a usb, copy the front end to the server, relink it with their copy of the back end (and update their back end and add any new tables or data manually), then copy the relinked front end from the server on to everyones computers, the next month i repeat, im wondering if this process might also have something to do with it
any thoughts?