Recent content by dadesiboy

  1. D

    VISABLE TEXT BOXES

    THANK YOU!!!! IT WORKED PERFECT!!!
  2. D

    VISABLE TEXT BOXES

    Function VISABLE() I need to hide some files if the value of compute class is equal to unix-workstation.. but this code doesn't work.. can any one help debug this.. thanks Dim x x = "UNIX-Workstation" If x = Fields!("Compute_Class").Value Then Fields!("OS_PC/NT").VISABLE = False End If End...
  3. D

    Filter by Form

    Okay I want to make something very similar to the filter by form. I have several fields, and I want to have drop down menu's for each, however I want each field to be dependent on the one I choice perviously. For example: If i clicked on Microsoft Word then in the next drop down menu for...
  4. D

    Filter by Form

    Okay I want to make something very similar to the filter by form. I have several fields, and I want to have drop down menu's for each, however I want each field to be dependent on the one I choice perviously. For example: If i clicked on Microsoft Word then in the next drop down menu for...
  5. D

    CONCATENATE

    Where do I put that line in? In the format area of a table.. im confused. I just started databasing about a month ago, so I need alot of detail. tHanks
  6. D

    temp directory

    So do I make a whole new table and link the two togather? How do I go about making a temptable and permtable? I am a confused databaser here. Thanks
  7. D

    CONCATENATE

    In Microsoft Excel it is possible to use the concatenate function in order to make a series of attributes into one(exe: the, cat, walks, would be:"the cat walks") Is there any way of doing this in an access table. Because my goal is to simply make the primary key the combinations of three...
  8. D

    temp directory

    I have 4 tables that I need to keep adding infromation to, I have converted the tables into forms, however the only problem with this that I face is that as soon as I type in somethign it automatically becomes updated in the table. Basically i need to know if there is a way in which i can...
  9. D

    Subform Problem

    I have a form, which has a subform in datasheet view embedded in it. I want to be able to double click one of the first attribute and be taken to a new screen. I went to properties and made a macro for the double click. All works fine if I simply view the subform, however, when I view the...
Back
Top Bottom