Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: ralphus
  • Content: Threads
  • Order by date
  1. ralphus

    linking between forms not workin

    i used the access wizard to create a button to link from one form and open another form on a specific record or records and it is not working. it is opening the form but it seems to be opening it and showing a new record what is the probem and how do i solve it? thanks!!! whoever you shall be
  2. ralphus

    required error message dialogue

    When setting a field as required in design view, how do you change the error message for when a user has not filled the field
  3. ralphus

    add and add new

    when a user wishes to create a new record it is sometimes helpfull for some items from the record their viewing to be autopopulated into the new record how is this possible?
  4. ralphus

    in search, match set to any part of field as default

    im looking for a way so when the user performs a search by default the match is any part of field in stead of whole field, also any possible solutions on how to make it easier for the user to search any field
  5. ralphus

    search sub form

    the sub form that appears for the search button created using the wizard i want to be able to set it as default to search any part of field instead of whole field and remove the replace tab so it is purey for search alone
  6. ralphus

    Some forms blank over the network

    When i put a shortcut to my database on another machine, it opened okay and was read ony which is what i expected and wanted but some forms show up as they should and other forms show up blank with just the style that i am using for the forms any ideas?????
  7. ralphus

    Stop from saving unless saved is pressed

    I don't want any changes to a record to be made unless the user presses the save button what can i do to stop this i am using forms cheers
  8. ralphus

    Pop Up Calander

    I am looking for how to select the time and date rather than enter it, i can add a calander but i wish to have a calander that pops up when you select it or the text box, how woud i do this. I am using acess 2000
  9. ralphus

    less than 30days till date

    What would i put into criteria so that the query would show all records that have less than 30days till the expiry date is reached. This fied is in date and time format Cheers
  10. ralphus

    Switchboards from forms

    I have created a menu using an ordinary form which links to other forms and they link back, i need a switchboard though so it will start with it, is there any way to make this form a switchboard or link to it from a switchboard either way i need help in making a switchboard Please help its one...
  11. ralphus

    .Visible why error

    when using .visibe = false on the button itself after perfrming an action does it complain: Private Sub btn_edit_Click() btn_site_save.Visible = True btn_site_delete.Visible = True btn_add_site.Visible = True btn_edit.Visible = False End Sub its not happy with the bit in bold is it beacause i...
  12. ralphus

    Find Function on Forms

    why won't my find record button work i created it with the wizard? Preferably i would like a search button that would use any information entered in the fields to search for a specific record without opening any sub forms please help
  13. ralphus

    Autolookup Query

    I have ooked everywhere for help on this and can ony find how to do it for a form!! I am trying to set up a table so that when a mode number is seected other fieds will fill in it consists of: Model_Table Model_No [primary key] Till_Roll_Size Ribbon Cash_Drawer Purchase_Table Product_Id...

Part and Inventory Search

Back
Top