Search results

  1. meenctg

    I cann't entry data,But i have need it.

    Actually i wanna the last field of main form Pay (R) will fill at last. After fill up sub form i wanna fill up Pay field. It is a Invoice project so user will entry (Pay) when he get the grand total of sub form.
  2. meenctg

    I cann't entry data,But i have need it.

    i don't know how to will i do this. would you tell me,please?
  3. meenctg

    I cann't entry data,But i have need it.

    I have a main form. In main form i have some field. InvID (Auto number) (PK) Name(text) Pay(currency) (Required) In main form i have a sub form relation with InvID lineID (auto num) (PK) InvID(number) (R) item name(text) Price(currency) Problem: When i entry data InvID and name and when i...
  4. meenctg

    Required field not alert me!

    I have a table that has 3 field sl (auto number)(PK) Name tran (Text) Amount (Currency) (R) I have set the Amount field as Required. I have created a form of this table. But when i entry data and leave the filed amount. It's not show any alert. It has give the chance to save a record! Would...
  5. meenctg

    When i open the form some field shows #name?

    I created expression builder with = Forms!Todays_status_sell_Pay_due_part!TodayS_due_payment.Form!Text38 but yet it shows #name?
  6. meenctg

    When i open the form some field shows #name?

    Still it showing #name?
  7. meenctg

    When i open the form some field shows #name?

    My main form name: Todays_status_sell_Pay_due_part Sub form name: TodayS_due_payment I have used in main form in a text box Me!TodayS_due_payment.Form!Text38.Enable Still it shows #name?
  8. meenctg

    When i open the form some field shows #name?

    I have a continuous view type form. There is a sub form. In the sub form i have a calculate field in the footer. I wanna use the calculate field result in the main form. When i use a unbound text box for the result of these. Its show #name? How to i'll solve the problem? I have included an...
  9. meenctg

    Form contant not showing without both table entries

    Thnaks for response! Actually i had a wrong. I Have attached another time by proofing. I can do it and also i know that but i wanna without inserting a record in cost table i wanna output. I know that if i insert a zero value in cost table i'll get output. Is there any way without inserting...
  10. meenctg

    Form contant not showing without both table entries

    Descriptions: I have two table. One for sell entry another is Cost I have created three query 1. Sum of sell today 2. Sum of cost today 3. balance today (For better understanding I have attached my DB) Problem: I have filled some record in sell table. But not in Cost. When i run the query/Form...
  11. meenctg

    login form

    Tnx for your response. Actually i'm not expert in VB. In my tbl i have no username. I wanna login just with a password .I have attached a image. What i wanna do. My plan:
  12. meenctg

    login form

    would you give me an exmple or sample please
  13. meenctg

    login form

    Actually i want to login just with a password that store in a table. At start up i'll set up my login form. If any body want to change pass then he can change password if he know the current password Form layout will be ================= Enter your password : ******** pass change...
  14. meenctg

    login form

    i have need a form for login my application with password. that have remain password change facility. how can do it?
  15. meenctg

    The form field will show when check will be yes

    Would you give me any sample,please? Actually i'm not expert in Access
  16. meenctg

    The form field will show when check will be yes

    I have a table here some field and i create a form. in my form i have these fields sl,field1,field2,field3,field4,field5,field6,field7,field8 and one submit button and two check box Plan Descriptions Generally when i'll open my form it will show just SL , two check boxs and submit button...
  17. meenctg

    No data for result

    I cann't do it. Yet to it's gives another message. Would you edit my code please?
  18. meenctg

    No data for result

    I have two form base on query. where i one has a parameter another has two parameter as like First one Enter your value: Second one Enter your id: Enter your code: For the first form i set the code at Form open Private Sub Form_Open(Cancel As Integer) On Error Resume Next...
  19. meenctg

    How to will i do this?

    What i have to do in the if true part for redirecting a user that place where he/she wanted to visit before login? if($count==1){ // store session data $row = mysql_fetch_array($result); //echo $row['name']; $_SESSION['harun']= $row['email'] ; //print $row['name'] . "Thanks, Redirecting"...
  20. meenctg

    Time fixed for form

    Would you give me any template ? please
Back
Top Bottom