Search results

  1. D

    Subform seems to 're-iterate' a kind of 'paint' event...

    Good morning. (I forgot to mention in thread title: This is Access 2007.) Please bear with me as I explain the problem. I have a table as the recorsource of a parent form. (tblBHA) A subform is embedded in the parent form, as a continuous form. (subfrmSlide) The data for the subform is a...
  2. D

    RunSQL Macro - Can't figure it out!

    [Resolved] - RunSQL Macro - Can't figure it out! Hi All... I have a subform, embedded into another form. Main Form = frmBackloadEdit (The "backload" details - linked to tblBackloads) Subform 1 = subfrmBackloadItems (A filtered list of items from the tblItems table, that have the...
  3. D

    Setting default value to controls based on previous form.

    Good afternoon. I have a form, which is bound to a table. (frmDeliveries / tblDeliveries) There is another table called tblItems with a [Delivery] field, which is linked to the tblDeliveries.[ID] field. The problem I'm having is this.... As I'm entering a new field in the Deliveries form...
  4. D

    Hyperlink Focus & Highlighting

    Quick question regarding Hyperlinks. On a form, if you don't want to be able to select or highlight a textbox, you set the disabled property to true. I have a couple of textboxes, with some fairly long strings, that I require as a hyperlink to open a form. I can't set the disabled propery to...
  5. D

    DCOUNT issue

    Hi. I am having an issue with using a DCOUNT expression in a query. I am compiling an inventory, and trying to use a query to determine whether or not, a particular item has been used. I have 2 tables for this example: tblDeliveryItems (the complete list of items) and tblBHAItems (a table...
  6. D

    "Array" type query structure

    Hi. I'm having a problem, that I hope someone can help me sort. I'm trying to avoid the use of VBA of possible, and just rely on the native macro functions of Access. (I'm using 2007) If I have a query, or a form's datasource that looks like so.... tbl.ID tbl.Name tbl.Age 1...
  7. D

    MS Access DB could not find X - Report Generation Help!

    Hi everyone. My name is Dan, and I am a complete Access newbie. I am proficient in Excel and VBA, so I thought learning access would be a breeze. I was SO wrong! I am using MSAccess 2007 I have a problem, that I thought someone may be able to help me with. I have scoured the internet, Access...
Back
Top Bottom