Search results

  1. G

    DMax criteria

    Hello- I am trying to set the default value of a forms text box to the max value in a table. I can’t seem to get the code right Me!txtReceiptNumber.DefaultValue = DMax("[ReceiptSlipNumber]", "M_ReceiptSlip"), "[ReceiptSlipSites_IDs] = cboSites_IDs") Where txtReceiptNumber is text box on...
  2. G

    Binding Cascaded Combo Boxes

    Hello- I habe searched the topics and read numerous posting- but none seems to address binding the results of a combo box. I have cascaded 2 combo boxes using after update event code but can't seem to get the results bound to a table. I get wrong data type error- text is returned by combo...
Back
Top Bottom