Search results

  1. B

    is it possible to use

    dont be angry my friend i have seen many code which consists of update aql statement and select statement in codes. then how can u say that speaking german in indaia. and basically if u do so also indian people will understand it better then a german. cos india is india always a head.
  2. B

    is it possible to use

    dear firends is it possible to use sql plus or pl sql in place of vb codes in the form events because i am very good in pl/sql. if yes please tell me the way how to write the code in sql plus or pl/sql million thanks in advance
  3. B

    login and password field in access form

    Thanks a lot it is working fine best regards.
  4. B

    login and password field in access form

    hello every body my user and password fields in ms access accepts both lower and upper case charecters which i dont want. if the password and user id is entered in lower case then only it should do correct things other wise iof entered in upper case then it should give me an message unvalid...
  5. B

    how to hide

    thanyou friends it works perfect thanks again:o
  6. B

    how to hide

    hello friends i have a problem in access form at the time of running the form in access at the down side it will display the no of records and the arrows to go to next record and previous record and the record number. i want to hide it any one can tell me how to hide that line. million thnks in...
  7. B

    displaying date and time in access

    thanks a lot for ur reply but one thing i dont no, as i am new to access where can we get the Form_Load() and Form_Timer() events. please help me
  8. B

    displaying date and time in access

    hello every body, i wat to display current date and current time in my form but the problem is with the time, it is not changing with the real time changes. it is possible to display a running time in access from. and regarding date i want to display the complete name of the current day in my...
  9. B

    access form control

    ok friends i give up the idea of waiting for 10 seconds. thanks a lot for pinching
  10. B

    access form control

    hello i have a login form when user enters his username and password and clicks a command button login then my form should stop for 10 seconds before going to to the main menu. please help me.plese give me detailed answer as i am very new to ms access. many many thanks in advance.
  11. B

    password field in ms access

    Colin@Toyota What's an Access? Thankyou master its is working fine thanks a lot
  12. B

    password field in ms access

    i have two fields on my access form one is for user login and other is for the password. but when i am entering password in the password field then it is showing the password. instead of the real charecters it should display ******* please help me in doing it. thanks a lot in advance.
  13. B

    display the data in the form field

    yes i chenge the table name to item_table even then it is giving me the run time error. or is it due to that the table working behind the form is inventory_table and i want to display the data from the item_table. please help me
  14. B

    display the data in the form field

    i did exactly as u said Private Sub Item_No_AfterUpdate() Me.Item_Name = DLookup("[Item Name]", "YourTableName", "[Item No] = '" & Me.Item_No & "'") End Sub but at the time of running the form i am getting the runtime error please help me
  15. B

    Ms access form query

    Thanks for your reply i did exactly as u said Private Sub Item_No_AfterUpdate() Me.Item_Name = DLookup("[Item Name]", "YourTableName", "[Item No] = '" & Me.Item_No & "'") End Sub but at the time of runniong the form it is giving me run time error what is the problem please tell me how to...
  16. B

    Ms access form query

    HELLO i have a form with two fields. lets say item no and item name it i enter item no then depending on this item no item name should be displayed from the table in the form. i think this is very simple to u all . please help me how to display the contents in the form from the table. thankyou
  17. B

    display the data in the form field

    please help me in displaying the data from table. like i have 2 feilds item no and item name. when ever i enter item no in the form then the item name realted to that item no should e displayed. please help me
  18. B

    need your help

    hello every body as i am new to ms access. but i have designed a form in access 2003 named it as inventory of items. in this form the fields are item no (this is combo) item name (this is read only) and so on.... one table is working behind this form called item inventory table. i have one...
  19. B

    please help me i am in a problem

    hello i am very new to access but i have created an inventory from in access this form has fields like item number, item name unit code unit name ect... my problem is when ever the user enters an item number then it should be check item table (not the table working behind this form). for...
Back
Top Bottom