Recent content by riddicule123

  1. R

    search form

    no itslike on the navigation pane at the bottom of each form (e.g next record, new record, previous record) there is a search box, so you can search and bring up the record in the form format. all i want to do is make a form where i can search for a detail and it opens the form on that record...
  2. R

    search form

    hi all i need help with access 2007, im trying to create a search form where i want it to do the following, i chose a form i want to search using a combo box i then type the data that i want to search for in a text box e.g post code i then click search the search box then opens the selected...
  3. R

    form to table

    ah see thats where it get difficult.the reason i have a login screen i because everyone is a admin on security and i cant work it. the forms are used to capture data and extract at the end of each night for instance all mail from the mailing form/table gets posted that night. we use this central...
  4. R

    form to table

    hi, is there a way for you to pick a selection from a combo box that will auto populate many tables with the same detail depending on which form you open next????. ok so let me elaborate, i have a central database that i use for many things, mailing, complaints, faults etc. this is a multi...
  5. R

    Quit Application

    hi all, is there anyway i can get a daabase with multiple forms to automatically quit application after say 10 minutes, but do it so that when say user a opens the form at 12pm and user b opens it at 12.05pm that both of these users will have ten minutes from when they each opened the database...
  6. R

    enable / disable check boxes based on combo box selection

    i did that copy and paste into a new query run it and it comes up with a table id and type of letter. both of these fields consist of the same values. the id isnt numbers its text which is the same text as the type of letter. please see attachment.
  7. R

    enable / disable check boxes based on combo box selection

    they are both the same the id are the names this was previously made by someone else but i have been given the task to amend and better it so it will be as follows: ID ----------- Application pack Application pack Final Confirmation Final Confirmation Misc Misc More Infi Required More Infi...
  8. R

    enable / disable check boxes based on combo box selection

    oh ok sorry not good with the lingo you see im very new to access it is as follows ID ----------- Application pack Final Confirmation Misc More Infi Required Solar Decs Terms and Conditions
  9. R

    enable / disable check boxes based on combo box selection

    where do i get the information for the query row source on the combo box??
  10. R

    enable / disable check boxes based on combo box selection

    what do you mean what do you need a screen shot or me to send the basic files????
  11. R

    enable / disable check boxes based on combo box selection

    oooo and its bound to column 1 if thats what you mean
  12. R

    enable / disable check boxes based on combo box selection

    the row source is as follows thats what it choses the options then when the options are selected then the details go into mail merge table which has the following fields, agent name, customer name, correspondance address, installation address, customer reference. then all the tick boxes that...
  13. R

    enable / disable check boxes based on combo box selection

    it is the name of the combo box that contains all 4 options the other options are final confirmation, Misc but those two dont need to use the tick boxes. this is all linked to a table for a mailing database
  14. R

    enable / disable check boxes based on combo box selection

    sorry its like this Public Sub ChangeSelections(varComboValue As Variant) Dim blApplication As Boolean Dim blSolarDecs As Boolean Dim blMoreInfo As Boolean Dim blTerms As Boolean Select Case varComboValue Case "Application Pack"...
  15. R

    enable / disable check boxes based on combo box selection

    its not that i expect it to work it just isnt and i need as basic answeris as you can give e.g. this goes here like this lol. but yh im trying to get certain tickboxes to show when i click on a combobox value.and im not sure what i am doing wrong with the code. Public Sub...
Back
Top Bottom