Search results

  1. D

    Problem with database (2950)

    Problem with database (2950) [SOLVED] Access 2007 Windows XP (updated) My database gives 2950 error. http://support.microsoft.com/kb/931407 is not a solution. Let me explain: There is local file X that contains forms etc. There is a file in a network drive that contains the data. The files...
  2. D

    Split form filter question

    The idea is that when the form is loaded, some rows are filtered out. The rows are ones where EXPIREDATE is before current day and LASLEFT is 0 AND rows where REMAINING is 0 and and LASLEFT is 0. It's been a while since I last did much with access. Can anyone give me a hint? I can make it...
  3. D

    Split form, Totals, Calculated field

    Hello I have a split form. Three columns contain currency data. First one, PRICE has different set values, for example 500€. Second one is calculated, PRICE*fieldA in the form. Third one is also calculated, PRICE*fieldB. I wanted to create totals for those two last columns. However, access...
  4. D

    Form, filter, chart

    Access 2007 I got a split form. Basically, upper part contains buttons and the lower part is a table (from a query the form is based on). The table can be filtered (by clicking next to the column title, default access function) and I want to create a button that opens a graph/chart based on the...
  5. D

    Report filter from form, form update/refresh

    Hello Two questions: 1. I have a form with a table on bottom. On the table, each row has a checkbox. Using it will save it to table the form is based on. There is also a report button. I want the report show only the data that have checkbox = true in the form. It is easy to make it show those...
  6. D

    Access 2007 form questions

    Hi I made a form. It is used to show old data and add new. By default, it shows an empty/new record. What I want it to do is that when the user types something in a combo box (Social Security Number) and the data already exists, the form will show the record that has the same SSN. If the SSN...
Back
Top Bottom