Search results

  1. K

    Solved Hi, I am trying to Concatenate 2 fields but I am not getting the desired result.

    Thank you so much dear but actually 11.1 and 11.0001 are different if I am not wrong. After concatenation the 1 and 0001 will be 11.10 and 11.0001.
  2. K

    Solved Hi, I am trying to Concatenate 2 fields but I am not getting the desired result.

    Thank you CJ, Yes actually I want to use this code to sort my accounts by their groups. Can you please explain if you have better Idea to do this?
  3. K

    Solved Hi, I am trying to Concatenate 2 fields but I am not getting the desired result.

    Thank you arnelgp Can we change 11.001 to 11.0010 and 11.002 to 11.0020?
  4. K

    Solved Hi, I am trying to Concatenate 2 fields but I am not getting the desired result.

    Hi, I want to Concatenate 2 fields to make a separate Code for each account in chart of account. I have a fields: 1) ID containing numbers 0001, 0002, 0003 etc 2) AGCode (AccountGroup Code) containing 11, 12, 13, 21, 22 etc this is a code to Identify each Account Group such as Current Asset...
  5. K

    Solved I am trying to use Left function but I could not find my desired output.

    Thank you but I could not understand properly. I am beginner. Can you please guide me about this?
  6. K

    Solved I am trying to use Left function but I could not find my desired output.

    Thank you for your response, Yes its lookup field.
  7. K

    Solved I am trying to use Left function but I could not find my desired output.

    Hi, I am trying to use Left Function in Calculated column to get starting 3 characters of a specific field. Expression I am writing is: Left([AccountGroupID],3) OUTPUT 1) In "1.1 Current Asset" starting 3 characters are 1.1 so I want output in Code column 1.1 but its giving 1. 2) In "1.2...
  8. K

    Solved Hi I want to VBA Code for Currency to Words in Indian format but One Hundred Thousand instead of Lakh

    Hi, I have a VBA Code for converting currency to words. this code is working fine in Microsoft Excel. But I want to use this code in Microsoft Access Module to use in my report. The code is: 'Main Function Function SpellNumber(ByVal MyNumber) Dim Rupees, Cents, Temp Dim DecimalPlace...
  9. K

    Convert number to words Indian system

    Hi I want One Hundred Thousand instead of Lakh. I want to use Place(2) = "Thousand " Place(3) = "Million " Place(4) = "Billion " Place(5) = "Trillion " But not Rupees instead of Doler and Paisas instead of Cents. I have this VB code but its working on excel but I want to use this code in my Ms...
  10. K

    Solved How to copy data from excel to access query.

    My issue is solved. I first copied the data from Excel to Notepad. And then Re-copy it from Notepad and paste it into my your query. Thank you very much all of you.
  11. K

    Solved How to copy data from excel to access query.

    Thank you, GP for your response. Actually, in my query, there are more hidden fields also calculated fields. This query is based on the date parameter. Will it work in this case?
  12. K

    Solved How to copy data from excel to access query.

    Can you please explain how to link to the spreadsheet?
  13. K

    Solved How to copy data from excel to access query.

    Hi, I am trying to copy attendance from excel to my Microsoft access query. There are 3 columns that I want to copy 1) Attendance Status: this is a lookup datatype including Present, Absent. 2) Time_In: this is a date/time datatype with a general format. 3) Time_Out: this is a date/time datatype...
  14. K

    Solved How to use time from a field in which Date and Time both are written.

    Thank you for reply I've tried it. An errer is apparing
  15. K

    Solved How to use time from a field in which Date and Time both are written.

    Hi, I am using the calculation data type field in my table to make a field that can calculate grace time for employee attendance. There are 2 different fields Time_In and Time_Out. I want to use time from the Time_In field while both time and date are written in this field. Is there a way I can...
  16. K

    I am trying to split my database an error appears "|9 was unable to export the data.".

    Hi, Thank you for your response. I've deleted 1 unnecessary table and now I have 8 tables. But still, |9 error is appearing.
Back
Top Bottom