Search results

  1. J

    Refering to multiple tables from 1 form

    Is there an easy way to refer to fields from multiple tables without creating subforms, or using queries?
  2. J

    Default values

    I tried setting the defualt value of a control threw a macro but it doesn't work. Well it works...but as soon as I exit the form the defualt value that I set erases. SetValue= Item=[Forms]![Main Form]![Danger?].[DefaultValue] Expresion=[Forms]![Main Form]![Danger?]
  3. J

    Refering to records in a subform

    I want to run a macro that uses a gotorecord command. In the gotorecord command it asks for the form that you want to change records in. But it only displays the Main Form and not my sub form. I could open up the sub form seperately but that would make things much more complicated. Is there a...
  4. J

    Forecolor property in expression

    how can you set the foreground color property thru just an expression? I'm trying to set the color of a control in a form. I can do it through a macro but for some reason I can't thru the control's events or data source. Thanks
  5. J

    Reading values from a table from a macro

    Is there any way for a macro to access data on a table without going through a form?
  6. J

    Write Conflict

    I'm getting a write conflict in my data base when a certain macro is ran from a text box in one of my forms. I put the database in exculsve mode and it still happens. All the macro does is open another form then immediately close it. The write conflict happens right when the macro reaches the...
Back
Top Bottom