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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by ChoonHong

  1. ChoonHong

    Question on sending Email Alert msg

    Hi All, I have a question on sending Email alert msg. I have this form whereby user would enter all the fields required, and when press the "Add" button, it would insert all these fields to the database as well as sending out alert msg to the email. I have no problem inserting the fields to...
  2. ChoonHong

    Need help on this VB code (Visual Web Developer)

    Thanks alot for pointing out my mistake Pwise!
  3. ChoonHong

    Need help on this VB code (Visual Web Developer)

    Hi, not sure if this is the correct forum to post at. Recently I have tried to used Visual Web developer 2008 to code my stuff but I have a problem on the following inserting command code. During debugging, its free from errors, but when I press the button, nothing goes into the database. Can...
  4. ChoonHong

    Question on updating table using VB coding

    Hi, as i do not have my "VB" help installed i can't use this function. Now i have created a function bound to a textbox and "Calculate" button to update my table. But it always prompt me to enter a value on the textbox and say that there is no value in the table. I have created a table for my...
  5. ChoonHong

    Question on updating table using VB coding

    Hi, i have a problem on the SQL Query. Now i have a unbound textbox which i had created on "Forms". The question is this, am i able to update the integer in the unbound textbox using VB commands? I know that there is a command called DoCmd.RunSql, how do i use it? I tried to look at the help...
  6. ChoonHong

    How do i update my table if i am using VB coding

    Hi, i have a problem on the SQL Query. Now i have a unbound textbox which i had created on "Forms". The question is this, am i able to update the integer in the unbound textbox using VB commands? I know that there is a command called DoCmd.RunSql, how do i use it? I tried to look at the help...
  7. ChoonHong

    Questions on linking photos

    Hi all, I have a question to ask, when i refer to your thread (thread702-446213) I tried to use the method that Chrissie had suggest. But it prompt me a "compile error: Method or data member not found". I have already create a data called "File" in my table but why was there still an error in...
  8. ChoonHong

    Assigning a value to a checkbox (for calculation used)

    the default value - when i put 1 as the default value the checkbox is check. but is there a possible way where i can assign a digit/value to the checkbox so that when the checkbox is checked it would add up the total checked box value to perfrom a calculation?
  9. ChoonHong

    Assigning a value to a checkbox (for calculation used)

    There is a question on checkbox. Is there a way that i can assign a value to my checkbox so that when the checkboxes are check, the values will be added up and perform simple calculations. Is that possible? If there is could some kind ppl show me a example or 2 to make the program work~ thanks~
  10. ChoonHong

    Filter using query

    Thanks for yr help! I do it the way as u mention but it does not return the desired result i wanted~ The combo box does not filter out the results i want~ do i need to change anything to the subform (qryBE:i create a subform using qryBE)?
  11. ChoonHong

    Filter using query

    Can anyone help me with this issue: I have a query form which runs like this: Field: Division Diploma Modules Name Modules Number Level Table: Module Module Module Module Module Sort: Show: „Ï „Ï „Ï „Ï „Ï Criteria:Like ¡§BE¡¨ I have also create a subform query...
  12. ChoonHong

    Indicating the number of records save.

    There it goes~~ thanks!!
  13. ChoonHong

    Indicating the number of records save.

    This is the code on my add button: Private Sub btnAdd_Click() On Error GoTo Err_btnAdd_Click Dim stFirst As String Dim stLast As String Dim stPhone As String Dim stHp As String Dim stFax As String Dim stMail As String Dim stLocation As String Dim stDivision As String Dim stTitles As String...
  14. ChoonHong

    Indicating the number of records save.

    OMG looks like my file been courruptted... now even if i cancel the previous codings i can't save my records...
  15. ChoonHong

    Indicating the number of records save.

    Yah i have link my form to my Particulars table. I have also done what u have ask, creating a label to do the counts. Now i have a coding which act in this way: Private Sub Form_Load() 'Maximize the form window on startup. DoCmd.Maximize DoCmd.GoToRecord , , acNewRec...

Part and Inventory Search

Back
Top