Search results

  1. E

    Disable at load if...

    Hi, I have a strange problem. I'm importing data into a base and when I open a form I want to grey-out some checkboxes if other checkboxes are not ticked in the imported data. I use the onload event and type a simple code: Private Sub Form_Load() If Me.Quotas = No Then Me.Capacity.Enabled =...
  2. E

    silly question

    Sorry for a very simple question - but I spent far too many hours playing around with it now (both with macros and vb) and I could really do with some help. How do I run a query from a form, example from after update. What is the vb code I should use? Thanks, Petter
  3. E

    Continously exporting data

    Hi, I'm relatively new at this so I appreciate all help. Question 1 I have a table (table1) full of data. I want to export part of this data into a new table (table2). The conditions for the data to be exported is that A or B are true and that C or D are true (simple checkboxes). I tried to...
Back
Top Bottom