Search results

  1. A

    auto fit to screen forms

    Ditto Fornation
  2. A

    auto fit to screen forms

    Check you mail russi
  3. A

    auto fit to screen forms

    I have a module which does this, and you do not have to reset the computer..What it does is it resizes the forms etc to fit the resoultion of the users screen...if you are intrested send me your email address...and i will give you a sample database with instructions.
  4. A

    Combo Box Problem

    That worked perfect....thanxs
  5. A

    Combo Box Problem

    Hi I have a combo box which i use to populate other fields in a form. When the form initially loads the CBX is defaulted to blank...and as a result the rest of the form is blank. What i want to do is when the form loads populate the cbx with the first value in the query it runs from. Any...
  6. A

    Inserting results of coded query into a query

    Hi I have coded a query in a button, but i can only see the results in the debug window. Is there a way i can insert the results into a table or a query? Thanx in advance
  7. A

    ComboBox First Record in table

    no a table....sorry should have said that.
  8. A

    ComboBox First Record in table

    didn't work, combobox is still blank
  9. A

    ComboBox First Record in table

    I want to be able to display first record in my table in the combobox rather than a blank field. I don't want to put in a default value in the properites box because it is sorted Alphabetically....and something could replace it as the first later on. Any ideas? Thanx in advance
  10. A

    Accessing variables in another Form

    yes you can. Sorry for the trouble
  11. A

    Accessing variables in another Form

    Is it possible to access variables in a form other than the one you are currenlty on. What i want to do is have two buttons. View records and edit records. i an using the same form to do the viewing/editing. I have a boolean vaiable called edit_mode which will dictate what appears on the screen...
  12. A

    Retrieving X number of records

    Thats great, thanks very much. Is there a way i can pass the parameter X to the query so it returns X records?
  13. A

    Retrieving X number of records

    Hi I have a form where the user enters a number x), I want to use this number to return the first X records in a query. Is this possible....if so can anyone help? Thanx in advance
  14. A

    Create sub forms in forms

    have you created a form for each country in a region or do you want to do that automatically?
  15. A

    Refreshing data

    Not sure if this is going to help...but i had a similar problem check out the following query: http://www.access-programmers.co.uk/ubb/Forum4/HTML/001491.html
  16. A

    When Carriage Return is pressed...

    I did this, but it goes through all the boxes before it performs the action. Sometimes not all the boxes are filled out.
  17. A

    Returning to Last Active Form

    thanx guys
  18. A

    Returning to Last Active Form

    I have a form(User Details) which can be opened from several different froms. When i close the form(user Details) i want it to return to the form it was opened from....is this possible?
  19. A

    When Carriage Return is pressed...

    I have a form that has about 4 or 5 text boxes, wich i use to search my tables. I do this by typing in the data and the clicking in the seach button. what i want to do is when i press CR i want it to do the same thing
  20. A

    Mousemove image change on buttons......

    i've just found out...
Back
Top Bottom