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 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! :)
  3. 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...
  4. 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...
  5. 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...
  6. 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--
  7. 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 --
  8. 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) ?
  9. 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...
  10. J

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

    May I insert a record into the top of a table? Please help me! Thanks very much! My email: jokelogpop@yahoo.ca
  11. J

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

    :confused: I am designing a form that has a subform but when I insert a record into the table, the subform does not refresh. :confused: The process are: 1. I insert a record into the top of the table. 2. And the subform on the main form of this table is refreshed after that. Can I do this...
Back
Top Bottom