Search results

  1. L

    Problem with calculated expression in a query

    My query seems to be playing up, and I'm not entirely sure why at the moment. Can anyone shed any light on this matter? I have a query which is constructed from a table containing the following fields: %w/w Assay (mg/ml) Calc %w/w The third item (Calc %w/w) is the following: Calc %w/w...
  2. L

    Synchronizing Combo Boxes

    Has anyone ever had any luck synchronizing multiple combo-boxes? I've played around with the two-combo-box functionality, but it isn't suitable to my needs. I'm attempting to use 4 combo-boxes and it's really starting to mess with my head now. I'm not sure if I'm complicating it more than it...
  3. L

    Complicated problem.

    I have a main form, attached to which is a subform. When a new record is created in the subform that record has it's [Data checked by] column blank. The [Data checked by] field is locked intentionally. I want to be able to update it in code which is easy enough to do, but only when the "Checked"...
  4. L

    Form or datasheet view.

    In a subform I'm attempting to highlight an entire row with formatting if a particular field is left blank. I've looked at most of the similar posts about this sort of problem and the general consensus seems to be that you can't do it in datasheet view, but you can do something similar in...
  5. L

    Complicated report.

    I'm attempting to automate a rather large report that my database needs to be able to produce. I'm also attempting to adapt the "Table of Contents" functions from the Microsoft Knowledge Base, but can't work on it more until I get my current problem out of the way. The report will be...
  6. L

    Altering the record-source of a subreport during run-time.

    I've been working on this problem for quite a while now, so any insight that anyone can offer will be gladly received. I've looked through at most of the posts with a similar vein in them, but none seem to really address what I'm looking for. I have a main report. In the first section is the...
Top Bottom