Search results

  1. L

    Database Window Prob

    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
  2. L

    Database Window Prob

    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
  3. L

    another dilemma

    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...
  4. L

    help!

    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...
  5. L

    Sorting Street Name

    Can anyone tell me how to sort a field [address] by street name not by street number. Is this possible?
  6. L

    Sorting Street address

    Can anyone tell me how to sort street addresses by street name not by street number. Is this possible?
  7. L

    Not to Show Certain Dates ..?

    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...
  8. L

    Not to show certain month fields

    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...
  9. L

    saving into a field

    Can somebody tell me the best way to save a textbox with an expression into a field.
  10. L

    simple to some

    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...
  11. L

    Text Box Dillemma

    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.
  12. L

    How do I add an item automatically in a combo box?

    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
Back
Top Bottom