Search results

  1. A

    Multiple entries on one form

    Help for the helpless once again. I have two tables, Log and Sample. The Sample table will only have 2 fields (SampleID and Sample). Its a many to many relationship so I created a simple junction table to link them. On my main Log form (frmLog) I would like one of my yes/no option buttons to...
  2. A

    Clueless about Option Group Buttons and Coding

    Greetings everyone, I developed a form (frmLog) based on several tables including a table called tblLog. On tblLog, I've have several (5) yes/no fields which I will be using on frmLog. These fields are "Alarm", ""Lost", "Call In", "Routine", "Required". I want the user to have to physically...
  3. A

    Conditional Calculation formula Using "Case"

    Howdy, I'm missing something because my calculations are off on a form. I have a form with a textbox labeled "txtStartupTemperature". The value I insert here will affect another value in a textbox labeled "txtStartupTCF". If my temperature value is <= 25, I will use one formula for my...
  4. A

    Select Case on Subform

    I'm new to Access and know very little about VBA so please bear with me. I have a form (formProfile) which contains a field for (Temperature). Now associated with this form is a subform (formNPF). In this subform is a textbox (TCF) which will automatically populate with a certain value based...
Back
Top Bottom