Search results

  1. meenctg

    update sql currentdb execute problem

    my code is Private Sub Command12_Click() Dim SQL As String If Me.From = DLookup("BkashAccount", "Accounts", "[BkashAccount]=""" & Me.From & """") Then CurrentDb.Execute ("UPDATE Accounts " & _ "SET Accounts.AcBalance = ''" & Me.ToBal & " + " & Me.AmountTransfer & "''" &...
  2. meenctg

    convert access report to pdf file?

    No coding, really simple way follow these http://learn24bd.com/convert-access-report-to-pdf-without-programming/
  3. meenctg

    Data Entry, “yes.” doesn't all allow data entry

    Hopefully this link will help you http://learn24bd.com/open_form_with_data_entry_mode/
  4. meenctg

    Select month and get total

    I wanna know procedure and details how can i do it. I didn't try...
  5. meenctg

    Select month and get total

    I have a query with date, name, amount field . I wanna show the amount total by selecting month name from a combo box. How can do it? Please help me...
  6. meenctg

    Database for specific computer, help expert please

    The link focus on hard disk driver serial number which is generate every time when new os setup this is not unique. I wanna get the real hard disk serial number like WT62598585
  7. meenctg

    Database for specific computer, help expert please

    Thanks for your quick response, i think machine /computer name is changeable. i wanna the serial or id of computer which is not changeable until damage computer.
  8. meenctg

    Database for specific computer, help expert please

    I have access database (access 2003). i wanna make it for specific computer, it won't be run another computer that's why i have tried with retrieve cpu id,,, at form startup. But i have failed because processor id isn't unique then i have tried with hard disk drive (c) id which isn't unique...
  9. meenctg

    Copy table

    I know about link table. I wanna know about what i am exactly want in my post. If is it possible please tell me how can coding for this?
  10. meenctg

    Allow user to brows path and select file

    In my database i wanna use the DoCmd.CopyObject command with a button like as DoCmd.CopyObject "Destination path can be browse and select file", "AcInformation", acTable, "AcInformation" Image of the plane: Please how can do this? help me
  11. meenctg

    Copy table

    I have a table in my db name is account. I always backup this table by run a macros with command button. Here i wanna add another button for copy account table from c:\backup.mdb file in my current opened database file. That's why i wanna know how can I'll copy table from another mdb file in...
  12. meenctg

    Copy table

    How can copy table from another mdb file in current opened mbd file? If copy table is exist in current file table will be replaced. Please anyone help me.
  13. meenctg

    open another access file

    GetDBPath() just face the current db path like when i open my main database file in c:\ GetDBPath() just give the c:\ but i wanna open another mdb file name is backup.mdb in current directory of my main database file
  14. meenctg

    open another access file

    How to coding for open the backup.mdb file. My current db path function is GetDBPath()
  15. meenctg

    open another access file

    I have a function for get the current db path,,, I wanna open another mdb file which is also in current directory it's name Backup.mdb
  16. meenctg

    open another access file

    I have a form here with a button i wanna when user will click on button another access file will open. or current file will close and another file will open. Is it possible with vb for access? please help me
  17. meenctg

    change the access default message

    How to change the default message of Exist table. the message shows like as. I wanna change this. How can i will do this?
  18. meenctg

    DoCmd.CopyObject problem

    I have a main.mdb and backup.mdb in same directory. In main.mdb has a account table. I wanna copy account table to backup.mdb file with click event I have use the function to retrieve the current db path. but it doesn't retrieve the currentdbpath with backup.mdb file. Public Function...
  19. meenctg

    Show hdd manufacturer serial number with a text box

    I have a form. I wanna show in a text box HDD(hard disk drive) manufacturer serial number not driver serial number which changes every time when hard drive format. I wanna show the hdd manufacturer serial number which is unique for every hdd. It will not change when drive format. Please any...
  20. meenctg

    BackUp and restore table

    I have a database (name: main.mdb) here two tables. account and member. For backup restoring process i created another access (version:2003) file in backup folder which name DataBackupRestore.mdb I have tried to make copy tables macros but here i have a problem for destination. I wanna set...
Back
Top Bottom