Search results

  1. Frodo

    Combobox problem

    Im using a combo-box on a form that the user can select a name and when that name is selected ( a query will run ) and a report will give the results. My problem is that i have duplicates in the combo-box and when the reports prints out all the names in the database are printed instead of that...
  2. Frodo

    One form Many tables. Please..Help.

    I had about 6 forms and 6 tables which were all connected. I took my 6 form and made one form out of it. My problem now is how can I connect all these tables to this one form. I have tried to connect these tables the same way as I connected the 6 forms to the 6 tables but nothing working. Is...
  3. Frodo

    Putting it all together

    Thanks again for a great respond.
  4. Frodo

    Putting it all together

    Thanks... One Main form Is that just normal form that I decide that will be a main form ? or some special kind of form, When I have finished creating this main form can I then use the other forms i already created as subforms or do I have to create them again.? When you talk about each form...
  5. Frodo

    Putting it all together

    I dont know hot to say this but lets try :rolleyes: I have about 8 forms each form with a table behind it or a query, so the user starts at the first form selecting this and that, after the selection a button is pressed another form opens the user fills out the information and presses a...
  6. Frodo

    Command button in a from

    Ahhh found it Just click the "Command button" place it on the form and choose "form operations category" and the "close form action" Then hyperlink the button.. So it opens one form and closes another one.. This is done with the wizard on...
  7. Frodo

    Command button in a from

    Mailman thanx for that.. but im trying to remember how to do it from the button properties like I have done few mounth ago ,,,, just cant remember. :confused:
  8. Frodo

    Command button in a from

    I have a form open There is a command button on the form when it is pressed another form opens. I cant find how to close that form as soon as it opens a new form. So the button would work like this when it is pressed. Open a new form(works) Closes the form (need some help on this one)...
  9. Frodo

    Dropdown with 80 values

    Sorry... My mistake... It works good... I did something wrong...
  10. Frodo

    Dropdown with 80 values

    I am trying to use a dropdown button that can hold 80 values The values are just numbers I have tried the Combo box and the list box but the max entered values are 20 Any Idea. reg... Frodo
  11. Frodo

    Tables and forms

    I was wondering I am using 5 tables to hold information about people fly fishing in rivers. tables are Table 1. Name of the person Table 2. Date,place,number Table 3. Salmon.trout.snag.spawn Table 4. Bait and weather condition I use forms to enter information into the tables, which work...
  12. Frodo

    Same values in table.

    I have a form where the user can enter information or he can browse for previous entered information. The information entered goes into a table, there are two colums in the table one to store the inforamtion entered by the user and another "browse" that stores the same information but can not...
  13. Frodo

    Using queries with form

    Set the Record Source for the form to the name of the query. When I do that and than i switch to or right click the form window and select Form View I cant see anything on the form all the buttons and combo boxes are not showing. When I switch back to "Form Design" everything is there but back...
  14. Frodo

    Using queries with form

    I have a form where I want the user to be able to select different options and get appropriate results according to the selectin. Now I have already created the query I am just wondering how to I connect the Form to the query so that when the user selects what he wants to see and the query...
  15. Frodo

    Query... a little lost

    I have 5 forms and 5 tables. The database is blank, but the information entered into the forms are saved into the tables. Now I want to make a query so I can see some statistics regarding the information entered into the forms and stored in the tables. I have created a query, but Im not sure...
  16. Frodo

    Query, forms,tables.

    I have 5 forms and 5 tables. The database is blank, but the information entered into the forms are saved into the tables. Now I want to make a query so I can see some statistics regarding the information entered into the forms and stored in the tables. I have created a query, but Im not sure...
  17. Frodo

    Pressing TAB...

    Worked great Thanks worked ....
  18. Frodo

    Entering information into form.

    I have couple of forms where... The users enters a name of the river where he/she was fishing in, I also have an option where the user can browse for previous entered rivers. I am wondering how this works, how do I let the information entered go automatically into the browse section and how can...
  19. Frodo

    Pressing TAB...

    When I have a form opened and I press tab button like the user would most likely do to go to next window to enter information. The think is when I open my form enter information and press the tab button the information I entered before are gone. It works fine if I just use my mouse to remove...
  20. Frodo

    Saves records over the older one.

    Im not sure this belongs under FOrm but most likely. The thing is I have 5 tables and 5 forms each table connected to each form. My problem is when I enter data into the form and then it saves into the table. The next time I open my program and I enter another information into the form it...
Back
Top Bottom