Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: hongbin81
  • Content: Threads
  • Order by date
  1. hongbin81

    Total Number of Records?

    How do I display the total number of records? Is there a function? for example: total sum has function DSum so what would total records be
  2. hongbin81

    Password Protect the Code.

    Is there a way?
  3. hongbin81

    Updating using Function

    I have a function that I made in Modules called modFunc... fGetCost([Date],[Time],[Duration]) This function results in indicating a Cost according to Date, Time and Duration. I need to update ALL RECORDS using this function. Is there a way of applying this function using update query to...
  4. hongbin81

    Updating using a Function

    I have a function... fGetCost([Date],[Time],[Duration]) This function results in indicating a Cost according to Date, Time and Duration. I need to update ALL RECORDS using this function. Is there a way of applying this function using update query to update all records in my table?
  5. hongbin81

    calculating ALL records at once

    The code I have is this: Select Case Me![Time] Case #7:00:00 AM# To #8:49:59 AM# If Duration = 15 Then Cost = 33 ElseIf Duration = 30 Then Cost = 55 ElseIf Duration = 45 Then Cost...
  6. hongbin81

    calculating all records

    I have a table called PRICE with Duration, Time, and Cost I wrote a code using Select Case method for the Cost. This cost is related to Duration and Time. What I need to do is calculate the Cost for all RECORDS. So for example (My Cost field is blank right now since I can't get this part to...
  7. hongbin81

    easy question

    I'm fairly new at this so.... how do I link a table that has a Number field with another table that has a Number field. I'm trying to update the first table that has actual numbers with the second table that has a number field with no numbers.
  8. hongbin81

    updating a table using another table.

    I have a table with the following fields. List Date Time Duration COM-HB-NEVERBETTER-0506.mpg 5/12/2003 10:13:11 PM 0 COM-HB-DEALERLAUNCH-0506.mpg 5/13/2003 11:58:12 AM 0 COM-HB-DEALERLAUNCH-0506.mpg 5/13/2003 6:27:44 PM 0...
  9. hongbin81

    updating a table using another table.

    I have a table with the following fields. List Date Time Duration COM-HB-NEVERBETTER-0506.mpg 5/12/2003 10:13:11 PM 0 COM-HB-DEALERLAUNCH-0506.mpg 5/13/2003 11:58:12 AM 0 COM-HB-DEALERLAUNCH-0506.mpg 5/13/2003 6:27:44 PM 0 COM-HB-DEALERLAUNCH-0506.mpg...
  10. hongbin81

    Password protection

    How can I use password protection for my access file?
  11. hongbin81

    Updating whole Record

    I have a list of records. I want to be able to update the whole record from a click of a button. But what I have seems to only update one record at a time. According to Time, I want to be able to update Cashflow. So, I have a bunch of Time and with one click, be able to update the whole...
  12. hongbin81

    Updating whole record

    I have a list of records. I want to be able to update the whole record from a click of a button. But what I have seems to only update one record at a time. According to Time, I want to be able to update Cashflow. So, I have a bunch of Time and with one click, be able to update the whole...
  13. hongbin81

    I have a table with a List, Date, T

    I have a table with a List, Date, Time, Duration, and Price Field. The list fields are composed of names such as List Duration D:\Commercials\tiger1.mpg D:\Commercials\tiger2.mpg D:\Commercials\tiger3.mpg D:\Commercials\tiger1.mpg D:\Commercials\tiger1.mpg...
  14. hongbin81

    Importing File

    I created an Import Command button ( DoCmd.RunCommand acCmdImport ) which works exactly the same as the on in the File menue = > Get External Data => Import. It works except that, when I press my Import Button and Cancel, I get an error. Is there a separate code when Canceling the import??
  15. hongbin81

    Distinguishing Weekends and Weekdays.

    I have a Date Field, Time Field and a Rate Field in a table called tblLogs. There's this one problem I'm encountering and hopefully someone can help me. The Rates of these Dates depends on the time range. Here's the code for the different rates for different time ranges. Select Case...
  16. hongbin81

    Adding from the same textbox

    I have a textbox named txtRate. For every record, I have different values in the txtRate. How do I summed them altogether into a different textbox, lets say txtTotal.?
  17. hongbin81

    converting to .EXE

    Is it possible to convert the project into an .exe file?
  18. hongbin81

    Importing

    I'm aware of importing for example excel files into access by going to the file menu => get external data => import. But I want to create an Import button on the form just for simplicity. Is there a way to make this Import button and call the same thing just like going into the file menu?
  19. hongbin81

    textbox question

    Is there a way to deactiviate the textbox so user can't change the original textbox caption?
  20. hongbin81

    Problems with my laptop

    I was wondering what's wrong with my laptop. I'm experiencing a major slow down and it's taking me forever to even get into windows. And when I actually reach windows, I can't even do anything b/c it's too damm slow. I was wondering what would be the exact problem. I think it's an internal...

Part and Inventory Search

Back
Top