Recent content by firewall_ie

  1. F

    Vb Code to open file on cd-rom

    Hi Can anyone help me I am trying to autorun a powerpoint slide show from a cd-rom i need some vb code that will open a file on my cd-rom disk.
  2. F

    Add Record related is required

    Thanks buddy that help me solve it, there was a relationship between tables that was interferring with VB code that was runnning. So I removed the relationship and that solved it
  3. F

    Add Record related is required

    hi all, I am getting an error message "you cannot add or change a record because a related record is required in table 'personal details'. What is happening is I have a main client form with command buttons that run other related froms that store information on client details such as...
  4. F

    date query

    Yes I want to enter the date into a text box and click search and for the macro to run its self. Everything is in the main form. So I have my main form with client details, I want a text box to enter the date (which I know how to do) so then I have a command button that will run a macro that...
  5. F

    date query

    And where exactly do you put the SQL code
  6. F

    date query

    Hi There, I need some code that will let me enter a date into a field from a form and run it in a query. I like to display all record details from weekending 29/06/03.
  7. F

    Code to run defrag

    yes that part is ok still giving the same error I am using vb6 is that an issue
  8. F

    Code to run defrag

    it gives the error object required
  9. F

    Code to run defrag

    is there modules to link
  10. F

    Code to run defrag

    Hi does any one know the code that can run with a command button that will let me start the likes of defrag and Disk clean
  11. F

    Code to run defrag

    Hi does any one know the code that can run with a command button that will let me start the likes of defrag and Disk clean
  12. F

    Help me

    Any chance that you can do a sample
  13. F

    Help me

    Yes I have tables for all the information that relates to the clients. All I really want to do is sort out the attendance record on the main form so when i click on it the clientID for the client it will pass through to the record Id example aaron is clientID 1 and all his attendance records...
  14. F

    Help me

    verion 97 Here you go mile
  15. F

    Help me

    Can some have a look at the main form, What I am trying to do is when in the main form I click on attendance record And i want the record Id to have the same number as the clientID It is giving it a blank number I have the input the number my self can someone please assist me.
Back
Top Bottom