Search results

  1. T

    finding max date

    ok ihopefully i wont make this too complicated to under stand. i ahev a form which will populate a form from a query. the query is pulling info out a table included int hti sinfo is the date when it was entered. in the criterai of the query i hve added this code Between [Forms]![Boxes...
  2. T

    FIND and replace via a form

    Hi there i am looking for a bit of help. I have a database that has a form/VBA front end that has linked tables from a back end DB. it is a restricted Database given out as an MDE file to users. On the main form, there is a combo box called responsible officer this is connected to a column in...
  3. T

    Using a VByesno message box

    Hi guys i am looking at using some message boxes in a access database i have two fields that can be changed but what i would like is that if you click in the fields and update the data when you click out a message box appears sayinf something like are you sure you want to update this info...
  4. T

    Tab Indexes

    Hi there i am a bit stuck I have a database, the main form consistes of 4 pages with a multitude of list boxes combo boxs subforms and such like. i am trying to edit the tabindexes over the pages so that the tab index of zero on the first list box on the first page then going left to right...
  5. T

    search tables

    i am a bit stuck as to how to sart coding a search button. i have a form that has a search button on it when it is click a new form opens up with a text box and a command button called continue what i would like it to do is enter a vaule in the text field and when i click continue i would like...
  6. T

    finding vlaue in table using serach button

    i have a page on a main form on this form there is many textfields all stored in the same table. a set of textfirldswere named telenumber 1 through to 8, thesetexfields are linked to hundreds of friends, and i wanted to beable to put a searchfacility in so that i could serach for the telephhone...
  7. T

    combo box problems

    Hi there I am a bit stuck I have a combo box that is bound to my main box table, which in turn is connect to the main form query. in there I will have a number of barcodes, I would like to be able to get a list of the barcodes on the drop down menu . What I have done so far is that I have the...
  8. T

    more combo box problems

    I have been looking at setting values in combo boxes by clicking the radio buttons. MILe –o-pjhile helped me to get to where I am now and thankyou for that BUT, a small problem has occured Basically I have a set of combo boxes one which is names permanent and the others which are number of...
  9. T

    problems with combo boxes

    Hi there I am a bit stuck I have a combo box that is bound to my main box table, which in turn is connect to the main form query. in there I will have a number of barcodes, I would like to be able to get a list of the barcodes on the drop down menu . What I have done so far is that I have...
  10. T

    check boxes

    Afternoon all One extra little thing, I have a check box and a text field in my database. The check box is to show whether the document is here or elsewhere. The text box is used for inputting the name of the person who has it. What I would like it to do is when the check box is de-selected so...
  11. T

    setting a default date in a field after clicking a command button

    I have a new box form, which chooses to add the new box to the main form. When you click the continue button it asks if you would like to save details to the main form you say yes and the main form appears with the information on. What I am trying to do is; On the properties of the exit...
  12. T

    VBA code to set data in combo boxes using raion buttons

    Good morning everyone I am new to VBA, but I have come to a bit of problem. I am using some radio buttons, which hold different lengths of dates one is permanentt and the others are 16yrs 10yrs etc. I have a combobox, which holds options as to whether it is permanent or not. What I would like...
Back
Top Bottom