I have a database that opens without displaying the database window. I have a button in a form that will print another form. The problem is when the button is clicked the database window shows up.
Can anyone tell the command line to hide the database window? I'm using Access 2000
thanks,
Les
I have a database that opens without displaying the database window. I have a button in a form that will print another form. The problem is when the button is clicked the database window shows up.
Can anyone tell me how to keep the database window from showing up?
thanks,
Les
I have fields called [month1] thru [month60]. if i subtract [monthleft] from [months2pay] i get the month number. now i need to pick up the data from the field that corresponds.
' ** TEXT3 has:
="[month"&[months2pay]-[monthleft]&"]"
' ** OUTPUT field...
Ok, I have a field that combined three different names separated by a comma (Test1 X. Test1, Test2 W. Test2, Test3 Q. Test3). Not all have three names though, some has only one and some two. I need to separate or break down this field into three.
so far, i have the following in three different...
Can anyone please help me with my current dillema.
I'm creating a billing form and i need to breakdown the monthly payments (date). I have a field where users enter the first payment [firstpayment] and another field where they enter the number of months [MonthsToPay]. Now, I breakdown the...
Can anyone please help me with my current dillema.
I'm creating a billing form and i need to breakdown the monthly payments (date). I have a field where users enter the first payment [firstpayment] and another field where they enter the number of months [MonthsToPay]. Now, I breakdown the...
I have a table called appraisers with [2 Units], [Condo] and
[3-4 Units] as Yes/No fields. I want to create a search form with a combobox containing the field names above where when users select from the combobox, the subform will be filtered with only the selected type marked as "True". I'm...
Can a text box have an expression and be bound to a field?
The problem I'm having is that the value of the expression in a text box cannot be changed or overriden.
If there is another way please let me know.
I have a form using a lookup query as the record source. In this form I have a combo box (also used as join field on the "many" side)where the user can select which data to use.
I need to know how to add an item automatically to the "one" side when a data not on the list is typed in.
Please Help