Search results

  1. J

    Error when open file in Access 2003

    Hi erverybody! I have a problem with access 2003: When I open a file in access 2003, a poup alarm that there is a unsafe code.... and ask " Do you want to OPEN?". I click YES but my database still close. Access 2000 open it normally!
  2. J

    How can colorize a record of a tabular sub form??

    Hi SJ McAbney! I search in the assistance and find the result here! FormatConditions, FormatCondition Object Example The following example adds a conditional formatting to a text box, "Textbox1" and sets some properties of the newly added FormatCondition object. With...
  3. J

    How can colorize a record of a tabular sub form??

    Hi everybody! I have a truoble! Anyone can help me?? I want to colorize a record of a tabular sub form when I has just updated it or find it from a table! Thanks all! :)
  4. J

    Problem with FindFirst and GroupOptions! Everybody help me please!!

    Hi pbaldy! I understand what you explained but I cannot apply for a List Box. My code is: Me.RecordsetClone.FindFirst "[fldNumComp] = " & List_NumOfComputer & " And Not Isnull([FirstTime]) And Isnull([SecondTime])" List_NumOfComputer is listBox name. I think the value of list box will be...
  5. J

    Problem with FindFirst and GroupOptions! Everybody help me please!!

    Thanks you one more Pbaldy! Yes, It is Nomatch not Notmach. Now it work well.!! I am sorry! I have a tupic question. I don't understand the functions of two symbol & & in the code you wrote. Me.RecordsetClone.FindFirst "[fldNumComp] = " & NumOfComputer & " And Not Isnull([FirstTime]) And...
  6. J

    How to Play a Flash Movie in Access.

    Yes, this is possible using the following details and design - If you are storing your Flash movie clip in the same directory as the database you can try the following: With your start-up form in design mode, go to Insert >> ActiveX Control. From the list choose Shockwave Flash Object. Open...
  7. J

    How can I put 50 Toggle Buttons of a Group Option on a small form???

    Hi! I think I may put 50 pictures like 50 buttons in a List Box?? How do you think about this idea? Can I do that??
  8. J

    How can I put 50 Toggle Buttons of a Group Option on a small form???

    How can I put 50 Toggle Buttons of a Group Option on a small form??? This is my question for all. I have 50 options for my users and all of them must be put on a form. how can I do that?? I know the List box is the suitable choice but I want Buttons instead of texts like ListBox. I expect your...
  9. J

    Problem with FindFirst and GroupOptions! Everybody help me please!!

    Thanks Pbaldy! How should I thank to you!!! It work very well. But I don't know how to put it to the If ... Else. My idea is that If the action find the record, it locate here_it is OK, Else, the other action will create a new record! (I know how to code to create a new record. If you know how...
  10. J

    Problem with FindFirst and GroupOptions! Everybody help me please!!

    Hi!! I am trying change the the Variant into Interger but it still has error. Can I use Me.FrameToggle.Value? When I use this expression, I got the error: It is seem that the [fldNumComp] condition accept only number value ex. "[fldNumComp] = 2 And ...". How can I solve it.
  11. J

    Problem with FindFirst and GroupOptions! Everybody help me please!!

    HI all! I have this code: Private Sub cmdGoToBlkRecord_Click() 'Find Blank Record Acording to the number of Toggle Button. Dim NumOfComputer As Variant NumOfComputer = FrameToggle ' Dimention the value of Toggle button MsgBox "The Number of Toggle is NumOfComputer " ' I want to search the...
  12. J

    Finding a record with many conditions??? HELP!!

    Hello to all Access experts, Can someone tell me how to put and code a "Find Record" Group Option on a form with some other conditions? The problem is here: I have a Table: tblComputerManagement with Field: Field_ID , Field_Date and Field_Null And a Form linked to tblComputerManagement like...
  13. J

    Is there any way to search a record with many conditions?

    Hi !! I wan to find a record that has ID field =1 and Day field = day() and ....
  14. J

    Is there any way to search a record with many conditions?

    Hi all! I want to use a VBA to search a record with many conditions. I am a beginer, so I down know there are any way to do this? May I use a query? First I thinks the query but I do not know how to use a query with my variations. Does anyone help me. I thanks very much! -- Minh Hien--
  15. J

    Can I use Flash as a background of a form?

    I want to ask everybody 2 questions: Q1: Can I use Flash as a background of a form? Q2: How can I make a form as a screensaver? I need a help from you. Thanks for your attention! --Minh Hien --
  16. J

    May I get the the text in a combo Box instead of the numbers 1 ,2 ,3 ????

    Thanks you very much! your help solve my problem!!
  17. J

    May I get the the text in a combo Box instead of the numbers 1 ,2 ,3 ????

    Q1: May I get the the text in a combo Box instead of the numbers 1 ,2 ,3 ???? Q2 : Can a combo box update its velue in a filde? Q3: Can I set a velue of a text box in a previous form to other text box in a nex form. (After the first form is closed) ?
  18. J

    How can I get the data in a field in a table from a form?

    I am trying to get the value _ time data_ in a table from a form. I use [TableName]![FieldNam] but it does not work. My work is distingust what time is the Morning, what time is afternoon and what time is everning. I try to do that by distingust PM and AM in the time. But PM stand for both...
  19. J

    May I insert a record into the top of a table?

    May I sort a subform? I have a subform of a table. when I insert a new record, the new record is inserted into the bottom of the tabble. It is so inconvenient. I want to see the new record that I have just insert to the table. May I sort a subform?? This is my problem! Thanks all of you!
  20. J

    May I refresh a subform? May I insert a record in the top of the table?

    I will use it for refresh Ukraine82? Is it used for refresh Ukraine82! And how to bring a record onto the top of the table? Thanks for your help!!
Back
Top Bottom