Search results

  1. meenctg

    Continuous form with edit and delete button

    I wanna make a continuous form with edit and delete button. Normally when user open this form it's read only mode. User can edit or delete current record with click on button. when user click edit button then another button "save" will appear. after editing the current record user have to click...
  2. meenctg

    How to processor id show on form in a text box

    Thanks for your response. I have faced a litle bit problem for marked red code i have remove this code and it is working fine. Final i have solved my problem.
  3. meenctg

    How to processor id show on form in a text box

    Thanks lagbolt for your response. I wanna the unique cpu id that's mean setial number which is unique id for every intel processor. Hopefully you will help me to do this.
  4. meenctg

    How to processor id show on form in a text box

    I have a form and a text box. I wanna when open this form in the text box my pc processor id will show. I know i have to use form load event but i have not skill in vb. Please help me.
  5. meenctg

    1 field value print several text box or label

    Yes, Thank you for your response
  6. meenctg

    1 field value print several text box or label

    I can print out first 3 digit or right first 3 digit according to your formula, but i can't go ahead. Please tell me details
  7. meenctg

    1 field value print several text box or label

    I have i field in my table "Id" here i have inputed 16 digit number always. Can i print out every digit with different text box or label in my report? If is it possible by program please tell me how to? It will be very helpful for me.......
  8. meenctg

    Label text show/hide condition with check box value

    I have a report base on my table. Here a check box. I wanna show two label text hide/show base on when check is true or false. It will be when report will be open. I have try this but nothing is happened. Please any body help me If AffecteAc= True Then affected.Visible = True general.Visible...
  9. meenctg

    You are welcome this forum

    You are welcome this forum
  10. meenctg

    number format with space

    Thanks for your quick response. I am not expert that is why, i can't understand where i'll apply this code. Plz give instructions
  11. meenctg

    number format with space

    in my table i have a field ID here are values like as 123456 234345 233434 I wanna make report with this table, here ID field will be shown up with space every number example : file value : 12345 I wanna in report : 1 2 3 4 5 6 I think i have cleared what i wanna...
  12. meenctg

    Stock update (Help me)

    I have two tables in my database. Here ProductId are in relationship. I wanna when user entry stock by the "tbl_stockIn" it will update product stcok in tbl_Product. How can i'll do? please help me anybody. tbl_Product ( ProductId ProductName Stock ) tbl_StockIn (Sl Date...
  13. meenctg

    generate a blank page after every page

    Actually i can't understand how will it be. I have attached my report. Would you correction this? it will be very helpul for me.
  14. meenctg

    generate a blank page after every page

    I have made a report on my query. The page setup is all around merging 0.2" and page size A4 When i view this report in preview it looks all my data whatever i want in a page but after every page it will generate a blank page. What is the problem i can't understand! I have included my report...
  15. meenctg

    DB management

    You mean to say that, if i put the database file in SQL server the file capacity will extend?
  16. meenctg

    DB management

    I make a simple database in access 2003. In this database everyday input a lot of data. I know the max file capacity of access 2003 is 2gb. Actually what i'll do when it reach 2gb file size. How to i manage this database?
  17. meenctg

    E-Mail send

    I have a tbl base login in my database. The login is work just with password (No username). Is it possible recover the password by sending e-mail?
  18. meenctg

    how to decrease value ?

    I have order form. and a item table. How to i decrease the value when i create order? I mean in my item table here a stock field. Every item has a stock value. when i input on quantity on order form . it will decease value form item table from stock field. I have tried with Private Sub...
  19. meenctg

    Quantity field value reduce

    I have an simple invoice database. Here i have an Item table in this table has a Stock field. Other two table 1. InvHdr 2. InvDtls In InvDtls here a filed quantity I have used the InvDtls as a subform of InvHdr. I wanna when i put a quantity in subform for selected Item it will reduce a...
  20. meenctg

    Login just password

    My idea I have an idea that is login with just password. password will save in a table that have just one field pass A login form will set in Startup. just with a unbond text box for input password. There will two command box one for login another is change for password. if click on change...
Back
Top Bottom