User Profile

Collapse

Profile Sidebar

Collapse
shalskedar
shalskedar
Last Activity: Nov 30 '11, 12:35 AM
Joined: Sep 23 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • shalskedar
    started a topic Converting Rows to Columns

    Converting Rows to Columns

    In my Access(2003)Dat abase,I need to convert Row data to Columns..

    For ex-E1
    E2
    E3

    should be converted to E1 E2 E3 as Column headers...

    Can anyone help me with some solution for this Conversion of Row data to COlumns..

    Thanks
    See more | Go to post

  • Thanks for the solution...Its working fine ..
    See more | Go to post

    Leave a comment:


  • How to Export Text (column) data from Access to Excel

    In my Ms Access 2003 Database,there is a Text Column "Inv no" which stores the values as
    "11/1234"
    "11/2345PF" etc

    When I try to export the Report containing this column,this column in Excel displays any arbitary value as "8990" or "6789" etc....

    whereas actually the value displayed should be "11/1234"...


    What format...
    See more | Go to post

  • shalskedar
    started a topic How to Concatenate data in a Query?

    How to Concatenate data in a Query?

    In my Ms Access(2003)Dat abase,I need to concatenate data before the String..

    For ex-If the String is"P001"..The data after contenating should be displayed as "10/P001"..

    As seen in the above Example I need to concatenate String "10/" before the original String..

    Can anyone Plz help me with some solution for this...


    Thanks
    See more | Go to post

  • I need to display the result in query..
    See more | Go to post

    Leave a comment:


  • Which wildcard to be used to display 2 digit numbers

    In my Database for 1 of the fields as "ID "
    i need to display the criteria as

    10/2...followed by some characters till 90/2---

    for ex-10/2001
    11/2008
    ----
    ----
    90/2005

    So what criteria/wildcard i use for the above numbers..
    The "ID" starts with 2 digit number as 10,11---90..

    Can anyone Plz help...
    See more | Go to post

  • The Database contains 2 fields as Username & Password...

    In the form there are 2 text boxes viz Username & Password & contains a command button as Submit...The code is been written on this button..

    Plz help with some solution....
    See more | Go to post

    Leave a comment:


  • shalskedar
    started a topic How to continue the code on the same line

    How to continue the code on the same line

    On Command_click i 've written the code but i m getting the error as "expected line number or label or statement or end of statement"...

    The code is as follows for the Username & Password..
    If Username="ash" and Password="ash1" or Username="par" and Password="par" or ---------continued for some 12 users,

    At the end of the line after "or" ,I get the...
    See more | Go to post

  • How to paste data from specific cell to the entire column in another workbook.

    I need to copy data from 1 workbook & paste to another workbook which i could do.. but i m not able to paste the data starting from the specific cell...


    Below is my code
    Code:
    Dim wbk As Workbook
    strSecondFile = "c:\\v.xls"
    ThisWorkbook.Sheets("Sheet2").Range("F:F").Copy
    
    Set wbk = Workbooks.Open(strSecondFile)
    With wbk.Sheets("Sheet1")
    ...
    See more | Go to post

  • How to copy a column(number format)from 1 worksheet in another worksheet

    I need to transfer data from 1 worksheet to another worksheet..

    Below is the code i m using to transfer the data..
    Code:
    sub  mm()
    Worksheets("planning").Range("P7:P355").Copy
    Worksheets("Sheet2").Range("C2:C355").PasteSpecial Paste:=xlPasteAll, Operation:=xlNone, SkipBlanks:= _
            False, Transpose:=False
       MsgBox "done"
    end sub
    ...
    See more | Go to post

  • shalskedar
    replied to Splitting of a cell value
    Thanks...

    This data will b in the form of different columns whereas the data to be displayed should be as

    Record1-20

    Record2-43

    Record3-46
    See more | Go to post

    Leave a comment:


  • shalskedar
    started a topic Splitting of a cell value

    Splitting of a cell value

    In my Application,I need to split the cell value in such a way that the each splitted values is stored as different record...
    for ex-If the value in the cell A1 is (20,43,15) then it should be stored in the Database(Ms Aceess 2003) as

    Record 1 :20

    Record 1 :43

    Record 1 :15


    How to write a function in vba so as to split the cell value without using the built in option "Text...
    See more | Go to post

  • "Runtime error 3061..Too many few parameters..Expected 1"

    In my DB(Ms Access 2003)I want to delete a record from 1 table which is linked to another table.

    For ex- There are 2 tables "MasterType " which is the Master table & another table as "Sash DO" which is linked to this master table..Both the tables are linked by 1 common field as "Type"

    I've designed a form with a TextBox in such a way that the user needs to enter the Type name which is...
    See more | Go to post

  • Thanks.
    Had been checked several times that the Database is opened exclusively but still this error occurs..
    See more | Go to post

    Leave a comment:


  • Compact & Repair not working for Microsoft Access Database 2003

    The Compact & Repair option is not working on 1 of the computers .The Operating system used is Windows XP.

    In the Database,when the Compact & Repair option is used it creates a separate file as db1.mdb.

    Whereas other computers this option works fine..it no longer creates db1.mdbs separately.

    Does the computer which is not able to do Compact & Repair require any specific setting..
    Can...
    See more | Go to post

  • Client computers gets disconnected from the Server

    We are using Microsoft Windows Small Business Server.
    Operating System:Microsoft Windows Xp Professional
    version 2002

    Service Pack3
    My query is some computers automatically gets disconnected after 5.30 pm..
    We need to restart the system to get connected to the Server..
    For the server settings there is no such scheduler set to such specific time for which...
    See more | Go to post

  • How to convert record row values into column values

    In the Ms Access 2003 database,in 1 of the Reports I need to display the records in the form of columns..


    For ex-If the values are

    Elu
    Ela
    Res

    then this data is to be displayed as

    Elu Ela Res

    Can anyone Plz help me with this..
    See more | Go to post

  • shalskedar
    started a topic How to delete record from a specific table

    How to delete record from a specific table

    In the Database I need to delete a record from a specific table..

    For ex-There is a field called as "Type" contained in the Master table "Type" .
    I need to build the query criteria in such a way that i can select the table,let's say from combo box,so that the data from the particular table can b deleted

    Can anyone Plz help me with such deletion of record from a specific table.
    See more | Go to post

  • There is only 1 form Copy of WIP ,contains 1 field as "RM"..This form is inserted as subform in the Main Report..In this Report need to display the grand total..but the
    Code:
    Sum(txtdisplay)
    gives an error..
    See more | Go to post

    Leave a comment:


  • shalskedar
    started a topic How to find grand total for subreport field

    How to find grand total for subreport field

    In my Database 1 of the Report i need to find the grand total for a field which is inherited from the 1 of the subform..

    Ex-The report field control source property is set to as

    =[Copy of WIP Form]!Text1693

    where Copy of WIP Form is a subform on the main Report..

    I need to find/display the grand total for this field.

    Can any one Plz help me as to how to find the grand total...
    See more | Go to post
No activity results to display
Show More
Working...