Search results

  1. R

    Form opening at incorrect field??????

    Thanks Bob, I'll look into it.
  2. R

    Form opening at incorrect field??????

    Straight in the spot, i didn't type anything else just the "DoCmd.Maximize" part??
  3. R

    Form opening at incorrect field??????

    Thanks, the Tab Order sorted it. The maximise part i'm not having as much luck with. This is how i have entered it in the Event Procedure. It doesn't seem to be working so i'm obviously not on the right track here: Private Sub Form_Open(Cancel As Integer) DoCmd.Maximize End Sub How should...
  4. R

    Form opening at incorrect field??????

    Hello, This is probably pretty simple but i can't find any info on it on this forum: Every time i open my form the cursor automatically selects a field halfway down the page. How do i get it to open with the cursor at the first field on the form??? Also, I would like the form to be maximised...
  5. R

    Combo-box order and Form backgrounds???

    Thanks Gemma, I tried the query method and it has put the list in order, however, now when i select the required record form the dropdown box nothing happens. The selected record is not displayed on the form only the number in the box changes. Any ideas?????
  6. R

    Combo-box order and Form backgrounds???

    I have just created a combo box to list and select all of the records in my database so they can be selected quickly, however for some reason the list is not in the correct order. I have been back to the table and sorted all of the records into ascending order based on the field that is being...
  7. R

    Open and excel file w/ command button?

    Will do, Thanks :)
  8. R

    Open and excel file w/ command button?

    Thanks Oldsoftboss :) but what i need is a way of having 1 button linking to the file, not a button to attach and then another button to view. Each link has to be exclusive to that record too. So basically if i press the "Equipment" button it will go to the current equipment file. I've managed...
  9. R

    Open and excel file w/ command button?

    I'm having a similar problem and would be interested to know where i'm going wrong. I keep getting the message "file not found". I know very little about this sort of thing and was wondering if anyone can see anything wrong with my code: Private Sub Command0_Click() On Error GoTo...
  10. R

    Is it possible to search??

    Hello all, First post on this forum and i hope someone can help. I am designing a form to display the machine parameter settings for different articles that we produce. What i would like to know is,if it is possible to give any of the boxes a search capability,so that when the item number is...
Back
Top Bottom