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...
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!
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!
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...
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!
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!
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
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).]