Recent content by Rdbui

  1. R

    how can I copy data field from form into data field in table

    Thank you for you guys reading my problem and wrote it to me. Be honest I don’t know much about MS access especial about functions code builder... I read the help file in MS access and tried to write this sub function below to do the tast but it won’t work. I think it is not right. I enterd it...
  2. R

    how can I copy data field from form into data field in table

    I have table with these field fieldname1: 'data type number fieldname2: 'data type number I creat the form name TESTFORM with "fieldname1" and an unbound control name "result". After I enter data into "fieldname1". the "result" field give me some value. example: 20 I want to copy a...
  3. R

    Round()

    If you format the field of the table with the field size to "Single" and format "fixed" you can get the decimal places you want Hope this suggestion can help you.
  4. R

    how to grade students base on their scores

    Thank you very much for your time to look on my problem and wrote me the code. I appreciated all your works. I have tried to apply it into my database like the way you show me, but I got the error at this line Set rstOrder = dbs.OpenRecordset(strsql, 4) Run time error ‘3061’ too few...
  5. R

    how to grade students base on their scores

    Can some one help me! I am trying to create the simple database to calculate the scores and grades for students. I have been learning Ms Access about 3 months and still a beginner . Anyone can help me to write the code for this problem below and how to apply it to my table and query. Here is...
Back
Top Bottom