Search results

  1. V

    Universal Path to Form Images Folder

    vbaInet I'll Do it from Server-side Scripting, From Domain Server
  2. V

    Installing, Registering Font(s) Form Access

    Hello Friends Help Registering Fonts From Access form: I have One font which is not a standard font and is not included by default in Windows, My fonts Place Is D:\DB\RES\Fontname.ttf If i copy my front end database to another PC I need that user could click reg button and the font to be...
  3. V

    Universal Path to Form Images Folder

    Thanks vbaInet, For the suggestion
  4. V

    Universal Path to Form Images Folder

    Hello Friends I have a question and could not find an answer for this. I have an 'images' folder in my Project folder (For Example D:\DB\IMG) DB is the folder where My access project file is and IMG is the folder where all the Access design images and icons are stored. Everything is OK No...
  5. V

    Creating Transparent Forms

    :) hehe, Hides The Access Window
  6. V

    Creating Transparent Forms

    Hello missinglinq, vbaInet I Really read many articles about this and tested many Variants. While searching I found one thread here http://www.access-programmers.co.uk/forums/showthread.php?t=131016 It needs some modification (It fades Whole the form: Border Style + Background and Controls on...
  7. V

    Hello Dom, I was Searching The transparent form in the internet, Searched many variants, but...

    Hello Dom, I was Searching The transparent form in the internet, Searched many variants, but they were very buggy.. Then i found yours... Downloaded and works perfectly, This is what i Needed... I want you to ask for a thing, can you modify it in such case that controls on the form stay as...
  8. V

    Creating Transparent Forms

    Hello Dear Friends, Please help.. I want to make a transparent form in my project, I tried many variants (Found in The Web), but not worked well, had many errors and the form was very uncomfortable.... I wonder If it is possible to make The form Like in the image:
  9. V

    How To Recalculate All Records

    Thanks vbaInet, GalaxiomAtHome I'll Change My Export System from Table-based To Query-based, Greatest Thanks For Your Suggestions
  10. V

    Question About Clone, Duplicate Records

    At first I deleted all the forms, converted db file from 2003 to 2010 Normalized the tables, Linked them: Dealer, Product, Brand, ResPerson, Location and other tables which is not here listed... In Access Analise Performance Everything is Ok I was thinking how to overcome the duplicated values...
  11. V

    Question About Clone, Duplicate Records

    Thanks for the Suggestions r.harrison I'll Explain Why I needed it.... In one office a person who did the inventory (Office Products and PC Components) gave me the database .. it is old fashioned, and it is not normalized... I must build new Normalized One. before I'll Build new one that...
  12. V

    Question About Clone, Duplicate Records

    Thanks r.harrison It works Perfectly! :)
  13. V

    Question About Clone, Duplicate Records

    I did but gave me an Error: For i = 1 To Me.txt_Count DoCmd.DoMenuItem acFormBar, acEditMenu, 8, , acMenuVer70 DoCmd.DoMenuItem acFormBar, acEditMenu, 2, , acMenuVer70 DoCmd.DoMenuItem acFormBar, acEditMenu, 5, , acMenuVer70 Next i Says: Variable not Defined, Then I Added: Dim i As Integer No...
  14. V

    Question About Clone, Duplicate Records

    r.harrison Thanks for the reply but Button has embedded macro not VBA, From macro Couldn't manage it
  15. V

    Can't copy Access database

    Is your Database Debugged and Compiled?
  16. V

    Question About Clone, Duplicate Records

    Hi r.harrison How to accomplish that task... I thought about it, but can't figured out....
  17. V

    How To Recalculate All Records

    Sometimes I have to export the table to Excel for other persons, and the SumAll calculation must be there
  18. V

    Question About Clone, Duplicate Records

    Hello! Having a form command button on it, being clicked it duplicates, clones the current record, everything is OK Now Question: If I want to have 10 identical records then I have to click on It 10 times, is there any solution to specify a number of clones, duplications (for example If I...
  19. V

    How To Recalculate All Records

    I meant that the SumAll result is not stored in table I have a table with fields (there are other fields too but I'm focusing only them) Unitprice - A unit price of the product (RecordSource Unitprice) Quantity - Quantity is automatically counted (It is not so important) SumAll - gives a total...
  20. V

    How To Display Date In Other Language In Report or Form

    I See vbaInet They are going to be really huge tables, because I have to make about 5 calendars in different languages......
Back
Top Bottom