Search results

  1. H

    to search year 2011 for date field

    Hi What criteria shall i use to look for transactions for whole year of 2011 in date field when it contains other year also? Thanks
  2. H

    to find same digits or letters in different order

    Hi Say i want to find an amount of $659 or a word 'Christine'. I suspect the amount or word may key in wrong, eg 659 becomes 569. In query, what can i put in criteria to search for the digits or words in different order? Thanks
  3. H

    to look for a word in one column?

    Hi i would like to look a word, Rey, in a column and to display the result. What should i write in the criteria in query? Thanks
  4. H

    how to change the value from -$### to [red](#,###.##)?

    hi, how to change the value from -$### to [red](#,###.##) in query? Can someone please advise me? Thank you very much
  5. H

    what is wrong with my formula in query?

    hi, I used the below formula for a new column, AMOUNT: IIf(NZ([jd_cc_debit])<=0,-[jd_cc_credit],[jd_cc_debit]) and some of the amount in jd_cc_debit are not captured and show as $0 in the column. Do you know why? Thanks
  6. H

    How to include and exclude staff names in queries?

    Hi, say, i have a list of staff bank account number and 1) i want it be shown in query except for one person. How to set a criteria for this? 2) i only want to show one person and the rest not to shown. How to set a criteria for this? Thanks
  7. H

    When is lookup required in queries?

    Hi 1) When is lookup required in queries? 2) What is the difference being using the original source and using lookup? eg in Query 1, both TblSalary and TblEmployee_Detailed have Employee ID. Hence does it matter where i select the employee ID from? Thanks
  8. H

    to change a column from positive in table to negative figure in query

    Hi In table, my figures are positive. But when it comes to query, i would like to change it to negative. Could someone please advice me how to do it? Thanks
  9. H

    query not editable

    Hi I read book that query datasheet can edit data. But how come the query i created is unable to edit? Thanks
  10. H

    Period & Salary

    Hi in my payroll, two of the tables is for salary & period tblSalary SalaryID(PK) EmployeeID(FK) SalaryAmount CalendarID(FK) AccountsCode(FK) tblCalendar CalendarID(PK) DateFrom DateTo I realise that, in salary table, i need to repeat the same data for different period, ie Nov 2011...
  11. H

    Why not all data checked in query are shown?

    Hi I have a few tables about salary. When i use query to show data for salary and allowances, the datasheet only come out with those result where both salary and allowances have figures together. eg employee A has salary and allowance, so his data show, but employee B only has only salary and...
  12. H

    how to update employees' details without removing the old details?

    Hi When an employee has promoted or changed its designation, how can i update in my data? What shall i add to the below table? Thanks in advance
  13. H

    what field to include in access from excel table?

    Hi Attached is a file with the raw data i designed and pivot table is the info i required. Can someone please advise me which filed should be included in table? Based on employee's request, the repayment amount for the whole instalment can be different for each month and the amount is agreed...
  14. H

    Table structure for salary

    Hi Can you please see the attached and provide comment about my table structure? Thanks in advance
  15. H

    access got fill series like excel?

    Hi Say i have serial numbers and would like to fill the column in table by using "fill series" like excel. Is it plausible? Thanks
  16. H

    Lookup - to use but not to use in query, ok?

    Hi I read http://access.mvps.org/access/lookupfields.htm and not fully understand it. But i would like to clarify 1) Lookup is fine as long as i dont use it in queries/form/report. 2) if i dont use lookup in table, how am i able to record the entry in related table? with just ID is...
  17. H

    Table structure for salary

    Hi I can think of: tblSalary ID(PK autonumber) EmployeeID(FK) PayPeriod(FK) SalaryAmount tblPayPeriod ID(PK autonumber) PayPeriod (eg, Jan 2011, Feb 2011,etc) i know something is not right, i believe i need another table as junction table. But i dont know what to include in it. Can...
  18. H

    to understand table/queries/form/report before setting up table structure?

    Hi Is it required to understand table/query/form/report before building a database? The reason i asked is because when i post question on the forum about my design, you guys tend to tell me to do it at form/queries, etc. Hence, i would like to clarify the matter. I dont want belatedly my...
  19. H

    Lookup Not to show resigned staff

    Hi In salary table, employee names is lookup from employee details table. How can i to show the current employees only in the drop down list in salary table? Thanks
  20. H

    Salary and paid period for payroll

    Hi From the link, http://www.databaseanswers.org/data_models/payrolls/index.htm, 1) In a table Ref_Calendar. What is day_number? 2) In Employee_Pay, why there is a pay_period_id? How those relationships relate? Thanks
Back
Top Bottom