Search results

  1. sumox

    Printing 2 pages per page by coding

    ya AccessBlaster but he required to fill up the data twice per page So I think well, in all textboxes there's a property "Hide Dups.." If we turn to yes, then will it create duplicate set of formatted reports
  2. sumox

    Excel time to Access time

    pls. clarify again u may send screenshot of excel and access workspace
  3. sumox

    Adding records to existing table

    why don't u use Append queries in ACCESS There are also Delete queries in ACCESS Just make any query thru Wizard. You can change it in design mode, by right-click Query Type->...bla options There's many lot automated ways you can easily do tasks ACCESS is not a Heavy You shud know, how to use...
  4. sumox

    Update Query Problem

    you can use SQL Len function to detect and act thru IIF function by adding critieria i havent tried yet !
  5. sumox

    How to insert date and time into access

    Mines worked successfully dialog box appeared with same.
  6. sumox

    How to insert date and time into access

    pls. attach screen print of : 1. References library 2. Debug mode yellow line in your next message as if i am unable to assist you any of AWF Members and Exp. will assist you. thanks K. sumox
  7. sumox

    access export to excel thru vba but excel file Dumb on Open

    Hi Experts Please help me reg. this problem I've downloaded a script for exporting to excel the access data for evaluation by our other Purchase Deptt. All things go fine. But when i close access and try to check the excel file it ends with following nature : 1> Excel software opens 2>...
  8. sumox

    Click button event doesn't run code

    forget the control/field name in vba and you missed 1 comma i think
  9. sumox

    Click button event doesn't run code

    tried this ? Private Sub lstBookData_DblClick(Cancel As Integer) DoCmd.OpenForm "FrmBookInfo", acNormal, , , , , lstBookData.Column(0, lstBookData.ListIndex + 1) End Sub
  10. sumox

    Click button event doesn't run code

    WHAT U wish vba to do?
  11. sumox

    Sample Code for Exporting to Excel

    WHY \\double slashes ?? in FilePAthname?
  12. sumox

    Click button event doesn't run code

    right-click on created button thru Microsoft wizard mode goto Event tab--->Onclick -- on rightmost side of [event procedure] text click [...] button you will be taken to vba script!
  13. sumox

    Click button event doesn't run code

    if you wish to open a form Just use Form Design-View--->Control Box--->create command button If you cannot see, then goto View-->Toolbar--->control box Just simple, ACC2003/2010 ask you thru wizard for which form to open If u insist on VBA, then try "VBA Form Open Add" on AWF
  14. sumox

    Adding records to existing table

    sorry to forget Don't Copy Data with Column names ! ever! As itwill give error
  15. sumox

    Adding records to existing table

    i think you shud do easy task. goto excel. take backup of all Tables/DBs which u want to merge copy table data one by one into excel sheet insert a column row name columns as per Db's table field names delete both New & Old Table (not backup) create new table, with same name as of was the...
  16. sumox

    How to insert date and time into access

    i know following shud work Dim Kero As String Kero= Date ... now insert you code bla bla for table update this will set Kero as Today's Date
  17. sumox

    Code to write Access fields into Excel cells?

    THERE IS PROBLEM WITH ME TOO reg. same I've copied the Access 2 Excel code written in this thread's first post's reply But Error is in form of Bug : 1> The Script Executes thrice if inserted in Reports OnFormat event 2> The Access connection/data trf. agents or whatever language system Open...
  18. sumox

    how to autonumber(text) with 2 front number

    store first number in a table called StartAN then use query to filter dept code and expr. to increase by 1 Google vba for this if req. thru vba only .
  19. sumox

    VBA script executes thrice per OnFormat in Report? how to do it only once

    I have a report and in rpt-footer ,some values/txtboxes haf to be fetched to vba for calculating or External Excel file writing now I've activated OnFormat Event , which executes the script thrice per Preview !:banghead: how to stop dat dammn thing, and execute only once i am using...
  20. sumox

    Help with basic Accsess stuff

    hey svetslogan if you require online tutorial, just visit www . google.com and type access basic tutorial and visit any site. It's free
Back
Top Bottom