Search results

  1. S

    strings

    hello, someone please help me, i've never used strings before. i have a field in a form called "department" which i want to concatenate with option group "location". this is the code i was using in the after update event. Private Sub Location_AfterUpdate() Dim strLocation As String Select Case...
  2. S

    "&" in my label

    hi! anyone know why the symbol (&) isn't coming out on my report label?? =)
  3. S

    "Group by" cuts off my lines!

    Hi everyone, I'm really confused here. I'm creating a query for a report. There's one field that contains alot of text, the data type of this field is actually memo. In the query, I'm interested in finding the first and last of records. I already new that if I would pick group by, the text...
  4. S

    option group- is there an option?

    Hi everyone =) I would like to know if i can link a field to an option group. To be more specific, the buttons on the option group will represent locations (ie. NY, UK, HK) the field represents the departments. So, I would like to be able to pick (hopefully with a list box) the name of the...
  5. S

    off with the header!

    hi again! in the past i've been able to make a textbox disappear when a certain checkbox is marked or not. now, i'd like to make a textbox disappear according to textbox A's legend. i'd also like the header to change according to what textbox A reads.. for example if textbox A reads: IAD the...
  6. S

    two in one

    hello i have a little favor to ask.. i have two identical reports for different departments. instead of having these two reports, i just want to have one. then i want to be able to ask for the records of department A or B (by means of criteria). the headers would have to be diifferent. for the...
  7. S

    go away!

    I have a text box that pops up when i check a certain box. if there's a record that has data in the pop up box and i create a new record... i still get that blank pop up box (when it shouldn't be cuz the check box isn't marked) Basically i have to check the box, then uncheck it if i want that...
  8. S

    white out

    what do grey check boxes mean and how can i make them look white again?
  9. S

    dis-appearing act won't work!

    i want a field to become visible or pop-up only when a certain checkbox is marked... now how do i get that done?
  10. S

    selecting several choices

    Hey guys What if I want to select several choices in like a combo box or list box... or any other type of box... I've even tried using ctrl+ (select another choice) but that doesn't even work! Any suggestions please... I've thought of the check box option but that takes up too much space. The...
Back
Top Bottom