Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: shyamsundar
  • Content: Threads
  • Order by date
  1. shyamsundar

    Default Value for number fields

    Hi techies, I have a database which is having around 20 tables populated with around 1400 fields. Around 600-700 fiels of number type fields. The default value for these fields are 0. But in our application 0 also a value. Hence we decided to put -9 as default value for all numeric fields...
  2. shyamsundar

    Show Data on screen/Print

    Hi, I have a form which lists the fields for selected table. Then the user select the field(s), thru a check box to extract the data shown in the other form. The number of fields and name of the fields varies. Please suggest how to show/print the data for the selected fields each time. Shyam...
  3. shyamsundar

    Calender Control

    Hi, I have a form with more than 2 date fields, I want the user to select the date from the calendar control which is also in the form. Any help please. Shyam cwizshyam@yahoo.com
  4. shyamsundar

    Lengthy Field Names

    Hi, I have a database with 20 tables and number of fields ranging from 30 to 150. The field names are very lengthy, hence i have given numbers for the field names and tables for easy reference. (eg. 8.123 where 8 is table name and 123 is field name). And I have typed out the actual lengthy...
  5. shyamsundar

    Stores Inventory not solved

    Hi Techie Guys/Gals, This is 3rd thread, seeking same help, so far 0 replies found for my previous threads. Please help. Thread 2 (recent) ******** I am developing Inventory system in MS-Access, I recently switched from foxpro for DOS to MS-Access. I need your help on this. Before asking...
  6. shyamsundar

    Help in report for missing fields

    on click event of a button, I have created a dynamic query, and open a report based on query. Now the problem is, in query a value is calculated from field a & field b, some times there is no value is given for a and/or b then the value is take directly from field c for examples if a <> 0...
  7. shyamsundar

    FirstInFirstOut Help in Stores Inventory

    Hi Techie Guys/Gals, I am developing Inventory system in MS-Access, I recently switched from foxpro for DOS to MS-Access. I need your help on this. Before asking help, let me describe how i designed the system. I have 6 tables namely Master Item, Ledger, Receipts,Receipt_item, Issues and Issu...
  8. shyamsundar

    What is wrong with this Query

    Hi all, I am trying to run this query and pass the value into variable and print it in the report. docmd.runsql &quot;Select count(*) as dcnt from table1&quot; and I am getting the error &quot;A RunSql action requires an argument consisting of an SQL Statement&quot; Please Help Shyam...
  9. shyamsundar

    Compare two tables without primar key

    Hi techies, I am facing the problem on how to compare two tables, while going quality assurance check. - 10% of documents are re-entered in a seperate table consisting of fields ranging from 30 to 150. - Tables don't have primary keys and validation criteria is too tedious, as there are...
  10. shyamsundar

    hi, I want to count the no.of re

    hi, I want to count the no.of records of a table, for unique field value where the field is not a primary key and the value appears more than one time, i tried with SQL grouping command that gives the result as below 1a -5 1b -3 1c -6 but the i want the result record count as 3 in the above...
  11. shyamsundar

    Docmd.close,,acSavePrompt

    Hi Tech Guys DoCmd.Close , , acSavePrompt is not prompting onclick even, am i doing anything wrong. Pl. Help Shyam cwizshyam@yahoo.com
  12. shyamsundar

    Packaging Wizard Dependency Files

    Hi, I have recently purchased Office - XP Developer Edition. While running the packaging wizard, it fails to scan the dependency files like dao2535.tlb,scrobj.dll and other files which i don't know,and popup the following message Error.2147221163: Method '~' of Object '~' failed Any one...
  13. shyamsundar

    UPDATE A FIELD VALUE ON AFTER UPDATE &amp; INSERT

    Hi tech guys, I have a data entry form. I am calculating the weightage of that record and inserting/updating a value on one field of the record based on the values of other fields. Now my problem is where to put the event, if afterinsert or afterupdate or both. Pl. note, if the user is...
  14. shyamsundar

    Search String Problem

    Hi techies, This is what i tried to search records on a table **************************************** Private Sub cmdKYGO_Click() Dim row As Integer Dim strKWQUERY As String row = lstCOUNTRY.ListIndex If row < 0 Then MsgBox &quot;Please Select Country&quot; lstCOUNTRY.SetFocus Exit...
  15. shyamsundar

    Append data from a table in other MDB

    Hi, I am able to use docmd.transferdatabase,,,,,,,etc.. to import tables from other database, but I need to append the data to the existing one with some criteria. Any help please??? Shyam cwizshyam@yahoo.com
  16. shyamsundar

    Using more than 2 other MDB Files with same table names

    Hi tech guys I have developed any application, and distributed to 4 peoples, the table names and fiel names are same for all the MDB files, but MDB file names is different, and information entered into the tables are different Now I have to present the data from various MDB files. I want to...
  17. shyamsundar

    More than 1 MDB

    Hi, I have different MDB files for Different Locations, I want to select the MDB files according to the user's selection. And.... I want to show a Acrobat file in ACCESS (not inserting or linking an object in a field). Is it possible thru actives, if yes, what is ocx file name. Help...please...
  18. shyamsundar

    Error network not available.

    While working with Access Database, i accidentally deleted a form which was having some buttons and code, then I have imported (thru getexternal) the form from the backup. First time it was working perfectly, but after that when i triggered a procedure &quot;Error network not avilable&quot...
  19. shyamsundar

    Update Master Table from RECT or ISSUE

    Hi Tech guys, I am used to foxpro for dos and recently switched to Access 2000 and find to be very good. Now I need some help on the following I have the following tables Item table- it_code it_name it_balance Rect table -Rect_no Rect_no...
  20. shyamsundar

    Deploy access application

    Hi, I want to deploy my Access 2000 application at customer's site, with predefined installation location,and also I want to know if i upgrade/modify my application other than the table, how can i upgrade it at my customer's site, without effecting the data table. pl. help thanx

Part and Inventory Search

Back
Top