Search results

  1. P

    Displaying text value vs. stored ID value

    Found help in another forum. Solution was as simple as making the other txt boxes combo boxes, the changing the column widths. Thanks anyways. Is there a way to mark this solved?
  2. P

    Displaying text value vs. stored ID value

    Hello again. Hopefully this is something simple. Background info: I have a form, which has combo boxes to lookup values from other tables (tblPlatformTypes and tblPlatforms) and stores that data in the table the form was created from (tblUnits). The table (tblUnits) stores the IDs of...
  3. P

    Blank form and unbound combo box

    Never mind! After I compacted and repaired the database, and then opened it back up, it worked! Must have been some bad hidden code somewhere.
  4. P

    Blank form and unbound combo box

    Yes, but still no luck. Thanks, Vince
  5. P

    Blank form and unbound combo box

    I have a form that I would like to have blank fields when it is opened. I put the following in the "On Open" Event field of the form properties: Private Sub Form_Open(Cancel As Integer) DoCmd.GoToRecord , , acNewRec End Sub However, it does not work. Big picture - I have an unbound...
Back
Top Bottom