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 bkrike 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: Only1Abhi
  • Content: Threads
  • Order by date
  1. Only1Abhi

    Rounding Problem

    Hi. I have a with lots of fields, but 2 in particular. In Table Design View, I have set these 2 fields to Long Integer field size, General Number format, 2 decimal places, default value 0, NOT indexed, NOT required. But when I type a value in the table in these 2 fields (or in the form I made...
  2. Only1Abhi

    Record values made by product of 2 other fields

    Hi People! I posted this problem years ago! I searched for the thread but couldn't find it! So... I'm posting it again! Hoping access professionals can help out! ---------------------------------------------SCENARIO------------------------- I have a table called tblTransaction. In...
  3. Only1Abhi

    Date format is in mm/dd/yy but I need dd/mm/yy!

    Basically, when I choose the Data Type for my field "Date" as Date/Time, all dates are in: month/day/year format. I need day/month/year format! How is this possible? Many thanks!
  4. Only1Abhi

    Simple Message Box Problem

    Hi People. What's wrong with this code? When I press the button to exit the program, I want a message box to appear, which confirms this action. Private Sub cmdExit_Click() MsgBox("Are you sure you want to exit?", vbYesNo, "Exit The Program") End Sub
  5. Only1Abhi

    Automated Field Problem

    Hi. I have a problem that I tried to solve. It's very hard for me but maybe people with good access knowledge can help! -------------------------------------SCENARIO--------------------------- I have a table called "tblCustomer", with fields: CustomerID (Autonumber) Forename...
  6. Only1Abhi

    Newbie... Know Nothing about PHP!!! Plz Help!

    Hi. I want to learn PHP. But I have found no tutorials online or books in my local library. Does anyone know any links to websites for PHP (or ASP) for beginners please? Or would anyone be able to assist me in any way please? Many thanks! Kind Regards, Abhi
  7. Only1Abhi

    Hi. Easy Question For Good Programmers!

    hi Everyone. I am new to this C++ forum and have recently made a basic MS DOS Promopt program by coding in Visual C++. I have a problem... and I need urgent replies!! I appreciate anything and everything people do for me! Problem: My program says: "Please type your mother maiden...
  8. Only1Abhi

    Delete Queries Won't Work!!!

    Hi ppl. Simple Problem. I have an archive system in my DB. However, the Delete query is NOT working and it shows EXTRA fields in the "Datasheet View". Where have these extra fields come from? How can I get rid of these? How can I get the Delete queries to work properly? There...
  9. Only1Abhi

    Only one record appears instead of all!!! :(

    Hi I can't solve this problem (have tried anything possible) and failed... Below is my DB and also a picture showing EXACTLY what I want. Here's my problem. In the table tblCustomer, the customer has made 2 transactions with her 2 contacts (recievers). But when I try to put ALL this...
  10. Only1Abhi

    Choose required IDs to put on a report

    Hi. In a form, Is it possible to select certain records that I want, somewhere on the form where I could specify what records I want... from a table with many many records) and put that on a report? Anyway, many thanks in advance!!! Regards, Abhi :)
  11. Only1Abhi

    No more than 1 transaction PROBLEM

    Hi ppl. I have a report called "rptLetter". The file below shows how I have arranged it in design view and also my relationship is in the attachment below. The problem is that when I view the report in "Print Preview" mode, all transactions & all recievers are NOT...
  12. Only1Abhi

    Archiving Data

    Hi ppl. I have 3 tables and I want archives of them plz. my tables are: tblCustomer tblCustomerContact tblTransaction tblCustomer has a primary key "Customer ID" and foreign keys of this field in the other 2 tables. There is also a Transaction ID for each transaction the...
  13. Only1Abhi

    Gold Light Effect & Shiny Metallic Effect

    Hi. DO any1 know how to do gold lighting effects in Adobe Photoshop 6.0? When I try to do 1 from Filter, Render, Lighting Effects, the background is ALWAYS black. I don't want black background. I want creamy-gold background. Does any1 know how to do this? I also need a shiny metallic effect...
  14. Only1Abhi

    Circular Buttons in Forms

    Hi. I need to create circular (and other shaped) buttons in forms. Other colors apart from the plain dark grey would also help. Does any1 have any suggestions? Many thanks in advance. Regards, Abhi
  15. Only1Abhi

    Horizontal background lines

    Hi. Most professional websites have the horizontal background lines in their webpages. Does any1 know how to do these on Adobe Photoshop 6.0? Here are links to pictures with this effect explaining what I mean! Many thanks in advance! Regards, Abhi...
  16. Only1Abhi

    Adding search facilitiy on forms linked to tables

    Hi. I tried to get my head around this but it simply wouldn't work. My Table: "tblCustomer" My Form: "frmCustomer" In Form View, I want to include a search engine facility. It needs to be designed in such a way that I type a surname of a person (in a text box) that is...
  17. Only1Abhi

    Adding search facility on forms

    Hi. I tried to get my head around this but it simply wouldn't work. My Table: "tblCustomer" My Form: "frmCustomer" In Form View, I want to include a search engine facility. It needs to be designed in such a way that I type a surname of a person (in a text box) that is...
  18. Only1Abhi

    Very Complex Problem (Search Engines). Plz Help!!

    Hi. I tried to get my head around this but it simply wouldn't work. My Table: "tblCustomer" My Form: "frmCustomer" In Form View, I want to include a search engine facility. It needs to be designed in such a way that I type a surname of a person (in a text box) that is...

Part and Inventory Search

Back
Top