Search results

  1. J

    forms-There isn’t enough free memory to update the display.

    There isn’t enough free memory to update the display. Close unneeded programs and try again. This is the error I get while working on an access form project at work. My form, table and excel file are all related. I have done some research online but I can’t seem to resolve this issue. I...
  2. J

    Query – group by 2 like fields in a table

    My table looks like this: Sales(a)||Date(a)||Sales(b)||Date(b)||Sales(c)||Date(c) 1) 50 05/06 75 06/15 100 08/15 So I want to show all sales with the criteria - Date >05/01 <07/01. The final query totals will be Sales||Date 50 05/06 75 06/15 So the...
  3. J

    check box control in forms

    please see attachment. I created a small database to help explain my issue. When I click on the check box in box 1(train), the text box turns blue...great...and even better the other records stay clear when I scroll down, which is what I want to happen. But when I scroll back up, from dog to...
  4. J

    check box tool for forms

    please see attachment. I created a small database to help explain my issue. When I click on the check box in box 1(train), the text box turns blue...great...and even better the other records stay clear when I scroll down, which is what I want to happen. But when I scroll back up, from dog to...
  5. J

    formatting due dates

    Hi, Please see attachment. I have created a mini database which will hopefully help me in explaining the process. Table1: Field1 - 8 rows/8 records Form1: Field1 text box So in this box I used conditional formatting to say- whenever the date is greater than 04/05/2006, turn red. So now I...
  6. J

    formatting due dates

    Hi, Please see attachment. I have created a mini database which will hopefully help me in explaining the process. Table1: Field1 - 8 rows/8 records Form1: Field1 text box So in this box I used conditional formatting to say- whenever the date is greater than 04/05/2006, turn red. So now I...
  7. J

    formatting due dates

    Hi, Please see attachment. I have created a mini database which will hopefully help me in explaining the process. Table1: Field1 - 8 rows/8 records Form1: Field1 text box So in this box I used conditional formatting to say- whenever the date is greater than 04/05/2006, turn red. So now I...
  8. J

    conditional formatting format

    this is another task I am working on: I think this might work, but I'm not sure how to execute it. Not sure if I can do this in the conditional formatting. All the assigned dates can be placed in the table I am using under the field [CDs1] Record 1....due date....04/04/2006.....control...
  9. J

    conditional formatting format

    Both codes work...what I'm trying to do is create an event in one record using [Title(O)] and the check box, but when I select record 2, the [Title(O)] box is clear. It has been suggested that I bound the check box to my table, which I did, but now I can't use the check box in the form! Any ideas?
  10. J

    conditional formatting

    Hi, I am trying to place some code in the "expression is" section of conditional formatting. Need some help converting from code to conditional formatting format. I have set up a check box "Check83" next to a standard control box "Title(O)". Below is the code I am currently using. This...
  11. J

    conditional formatting format

    Hi, I am trying to place some code in the "expression is" section of conditional formatting. Need some help converting from code to conditional formatting format. I have set up a check box "Check83" next to a standard control box "Title(O)". Below is the code I am currently using. This...
Back
Top Bottom