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

    How to show [Year] parameter value on the chart header?

    Hi, I'm having problem with displaying a [Year] parameter value on the chart header. This is the Row Source of the chart, SELECT [MONTH],Sum([SumOfAMOUNT]) AS [SumOfSumOfAMOUNT] FROM [qryVehicle] GROUP BY [MONTH]; Any idea? thanx in advance..;)
  2. awinnn

    How to make data on the textbox go direct to datagrid after saved?

    Hi, I have 3 textboxes, datagrid and button. What i want to do is, when i enter data into the textboxes and click on the button, it will goes directly to the datagrid. Is there any sample? any idea? thanx in advance..;)
  3. awinnn

    Problem to display date on chart..the date displayed as mmm yyyy.

    Hi, I want to display no of staff with date on the chart. This is the sample of data, NoStaff(Y) Date(X) 2 03/01/2004 1 08/01/2004 3 12/02/2004 1 23/02/2004 6 09/03/2004 2 12/03/2004 4 19/03/2004 But when...
  4. awinnn

    Problem to display no. of records from the listbox.

    Hi, I have combobox (cboCategory), listbox (lstVehicleInfo) and textbox (txtTotal). When i select any item on the combobox, it will display the relevant category on the listbox. It works except for displaying the no. of records on the txtTotal. Private Sub cboCategory_AfterUpdate() Dim...
  5. awinnn

    Is it possible to display price after selecting combobox on datagrid?

    Hi, i have combo box in datagrid to display an item n textbox for price. My problem is, is it possible when i select any item on the combo box, the price will be displayed automatically? Any idea? Thanx in advance..;)
  6. awinnn

    Prob. to display relevant record on datagrid when select datacombo.

    Hi, I have Datacombo(cbofields(0)) and Datagrid (grdDataGrid) on the form. What i'm trying to do is when i select item on the datacombo, only the relevant record will be displayed on the datagrid. By default, the datagrid will display all the records. This code is taken from the sample database...
  7. awinnn

    Problem to display only the latest record on the query.

    Hi, I have a problem with displaying only the latest record. This is what i've done, SELECT VehicleNo, StaffNo, Max(ReceiveDate) FROM tblMain GROUP BY VehicleNo, StaffNo; This is the sample of data, VehicleNo StaffNo ReceiveDate WFF9949 50424 08/05/2003 WFF9949 80690...
  8. awinnn

    Problem to display the total value (taken from datagrid) as Currency.

    Hi, I'm having problem to display the grand total as a Currency format. The value is taken from the datagrid. This is what i've done.. Set rsgtot = New ADODB.Recordset rsgtot.Open "SELECT Sum (price * pt) AS [GrandTotal] FROM [Order Details] where SN=" & "'" & txtFields...
  9. awinnn

    Why my SubTotal in datagrid not refresh? (need to re-open form)

    Hi, I have combobox on datagrid in the form. In the datagrid, i have FoodName, Price, Quantity and SubTotal. The combobox will show list of food. If i select FoodName..the Price should appear automatically. And i need to enter the Quantity and the value of (Price * Quantity) will be stored in...
  10. awinnn

    Why my Navigation Button disappear on the Data Report?

    Hi, I'm having problem with the navigation button (to display no. of record) on the bottom of data report. It disappear. Any idea? Thanx in advance..;)
  11. awinnn

    Prob. to display only form that match the criteria on listbox.

    Hi, I have combobox, cboAssetCode (used to select AssetCode) and listbox, lstAssetDetails (to display all info that relevant with the selected AssetCode). My problem is, all the AssetCode have different info. It means, each AssetCode has their own form. Any idea? This code is taken from the...
  12. awinnn

    Is it possible to connect Flash and SQL Server with ASP?

    Hi, I'm getting problem with connecting Flash and SQL Server with ASP. Most of the articles or samples on the Net is using Access not SQL Server. Anybody can give me some example or any link so that i can study on myself? Can you help me? Thanx in advance..;)
  13. awinnn

    Prob to filter record for Field1 and Field2 with same RefNo as Field1.

    Hi, I have Code, RefNo and Amount. Code has value (HS, HOSPSP, HOSPIR, HOSPCH). I've set the criteria on Code like this, In("HS","HOSPIR"). My problem is to display record for HS and HOSPIR(only with the same RefNo with HS). It is because..there are some HOSPIR with the same RefNo as HOSPSP and...
  14. awinnn

    Why Access can't recognize Sum([value]) on report footer ?

    Hi, I have RefNo, StaffName and Amount. I've created RefNo header and footer on the report. RefNo will be on the RefNo Header, while StaffName and Amount on the Detail and differentiation of Amount on the RefNo Footer. My problem is to get total of the differentiation on the Report Footer. This...
  15. awinnn

    How to get differentiation of 2 records with the same RefNo?

    Hi, I have RefNo and Amount. This is sample of record, 1. A98512 1542.00 2. T54212 896.50 3. A98512 1250.00 4. C11523 672.00 5. C11523 985.00 I want to get differentiation of 2 records with the same RefNo. Let say in the report, the record is grouped by RefNo. Is it...
  16. awinnn

    Error "Operation must use an updatable query" when update query.

    Hi, I have an error, "Operation must use an updatable query" when trying to update the query. Any idea? Is it possible to include sum() in the update query? any idea? thanx in advance..;)
  17. awinnn

    Need help with the update query..

    Hi, I have table [Leave] and [LeaveDetail]. In table [Leave], i have field StaffNo and TotDays. In table [LeaveDetail], i have field StaffNo, StartDate and EndDate. Both table is linked by StaffNo. I want to update TotDays (equal to EndDate-StartDate+1). This is what i've done, UPDATE [Leave]...
  18. awinnn

    How to update table on query when the field is on another table?

    Hi, I want to update table, [leave] with field carryfwd, annual and year. Every year, the data will be changed (except for annual field). My problem is to set new carryfwd value. This is because, the new carryfwd should be total(carryfwd + annual) - total(daystaken). While table, [leavedetail]...
  19. awinnn

    Prob. when running asp page connected with database on Win XP.

    Hi, I'm using Visual Interdev 6 on Windows XP. My problem is when running asp page connected with the database. Everytime i want to debug the asp page, this error comes out, "Unable to set server into correct debugging state automatically. You may not be able to debug asp pages. Do you want to...
  20. awinnn

    Why Flash website updated on other's pc but not my pc?

    Hi, I'm having problem with my company's Flash website. If there's any changes on the website, the IT people will upload the updated website. My problem is, when i open the website..it's not the updated website. But the other's pc will get the updated website. I've already delete the cookies and...

Part and Inventory Search

Back
Top