Recent content by ckirmser

  1. C

    Query Keeps Asking For A Parameter

    I'm having a problem in Access 2010 I never encountered in Access 03 or XP. I add a field which is a calculated field based upon three fields in the query; essentially, a distance formula using three dimensions. I add a field, "Distance: Sqr([x]^2+[y]^2+[z]^2)" This works fine. But, as soon...
  2. C

    Auto Fill Query Fields

    Hmm. Well, what I'm doing is just slapping together a little contact log from which I can pull up contacts made during certain periods for a report. A report that I haven't tackled, yet. What I've got is a single table that has a record for each contact and its details and I may make more than...
  3. C

    Auto Fill Query Fields

    I've been beating myself silly trying to figure this out on my own, but it's just not happening. I'm creating a database form that will store company address information. It has a combobox control whose list parameter is loaded by the contents of a query so that, if a company is selected that...
  4. C

    Expression Incorrect or Too Complex Err-3071

    Thanx! Maybe it was just some fluke of CDate. Maybe the current dataset had just the right combination of values, number of records, whatever else, to cause it to flop in that instance.
  5. C

    Expression Incorrect or Too Complex Err-3071

    Well, the DateAdd works wonderfully. Of course, I knew about it all along - yeah, that's th' ticket... I thought it might be the data, so I ran the query using a dataset that worked previously. It still failed. But, I figure, if it's bad data, it'd fail the DateAdd function, too, and it didn't...
  6. C

    Expression Incorrect or Too Complex Err-3071

    Danke, boblarson and wazz. That'll make my query less complex, but it wasn't too complex for the system until last Tuesday. D'ya have any ideas on why it suddenly stopped working?
  7. C

    Expression Incorrect or Too Complex Err-3071

    Well, sure, fine, be that way... Never thought of that, so I'll try it. But, the problem I'm having might be indicative of something more fundamental going wrong. I shouldn't be getting that error, yet I am. It makes me wonder, what other functions might go south...
  8. C

    Expression Incorrect or Too Complex Err-3071

    Question for anyone out there... I have a query that has been working like a champ for several months. But, suddenly last week, it stopped, giving me an Incorrect or Too Complex error (#3071). I've narrowed it down to one field that is causing the problem; a formula that takes a date, breaks...
  9. C

    Filter by Form Screwy

    Nope. I tried that, too. I tried to input a duplicate Emp # record and it bounced it since it duplicated an existing one. So far, the table only has 813 records, so it's not very big. Even if I enter a totally fictional employee, the data is accepted and appears as it should on the table, but...
  10. C

    Filter by Form Screwy

    Yup. Mainly because there are no required fields. It's a very simple little database. A whole one table and just a few forms for adding/editing records and report preferences.
  11. C

    Filter by Form Screwy

    Well, this is a weird one. I created a database for another group to track employee probation reports. Whenever an employee is promoted, they get a new probation in the new position and relevant data is tracked. If an existing employee's data changes, the clerk would just select filter by...
  12. C

    Query Criteria Question

    This problem has raised its ugly head again, so I'm a-giving this a bump... Any help out there?
  13. C

    Referencing Fields from non-current records

    Xnaht, namliam! I'll give that a try and see how it works...
  14. C

    Referencing Fields from non-current records

    So, is there no way to perform a calculation using data from two different records in a query?
  15. C

    Referencing Fields from non-current records

    Another problem has thrust its ugly head into my personal universe. I have a report to make that is to show a break down of employees hired in each month since Oct. '05 and to show what percentage of the total for that month remain. I have created one query that grabs each of the relevant...
Back
Top Bottom