Search results

  1. S

    Logitech Scroll Mouse-Locks form?

    Can a LogiTech- scroll (mbb48) mouse be used to scroll through records in a combo box? [This message has been edited by Sol (edited 06-22-2000).]
  2. S

    Concatenating fields

    Thank you this worked!! :0)
  3. S

    Concatenating fields

    Hello! I have 3 combobox fields and a memo field on a form. In the memo field, I need to concatenate Fields 1-3 and allow for the user to modify and add to what appears in the memo field. I set the control source of the memo field to =[Bank]+" "+[TitleCompany]+" "+[Attorneys] but I am unable...
  4. S

    Edit vs. Add mode

    I tried this and it doesn't work since I am not using the properties. I am opening the same form from the NAVIGATOR but in different modes- ADD and EDIT. Any other ideas? Thanks!
  5. S

    Edit vs. Add mode

    How can i hide fields in ADD mode and only show them if the form is open in EDIT mode? Certain fields I have are only relevant in EDIT mode. Thanks A ton!
  6. S

    Determine the values displayed in a Combo Box

    How can I use the values of one control (radio button) to determine the values displayed in a ComboBox? For Example, I have a radio button for Type of Server(NT or Novell. When Novell is selected, I'd like only to display Novell Servers in the combo box? Thanks. [This message has been...
  7. S

    Subform Tabbing

    I have a main form with a subform. When I set the tab order from Main form to Subform, it adds a new record to the subform even though the Navigator and Record set button are hidden? How can I prevent this? I only want the user to enter one record into the subform. Thanks!
  8. S

    Type Ahead on Combo Box fields

    I have a combo box field which displays 4 columns. Is it possible to set type ahead on the second column even though the first column is the one that appears first? Thanks!
  9. S

    leading Zeros in input mask

    I need to set-up an in put mask to accept leading zeros. For some reason they always get removed once the user hits enter on the field? Any ideas? Thanx
  10. S

    Displaying a Date Range on a Report

    I'm trying to have my report display the date range which the user enters in to the prompts? Any ideas how to do this? Gracias.
  11. S

    Report Record Source

    I need to create a report that is made up of multiple queries? Each query prompts the user for a date range based on a particular date in a table. (i.e Date of Admission, Date of Discharge etc.) How can I do this? Thanks a ton! [This message has been edited by Sol (edited 02-24-2000).]
Back
Top Bottom