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

    Data updated did not synchronize with other user

    Actually, I posted this under the forum "Access other topic" but no one reply this. I guess I must posted in the wrong forum. I have just upsize my Access database (Access 2003) to SQL server 2000. I keep the Access as front end so I do need to change anything.Everything looks fine after the...
  2. alvintse

    Record does not synchronize among different machine

    I have just upsize my Access database (Access 2003) to SQL server 2000. I keep the Access as front end so I do need to change anything.Everything looks fine after the migration. However, I found out that whatever data updated or input from one machine will not updated to other machine, not even...
  3. alvintse

    Subtotal not working

    Hi, I have a quarterly report with the grouping as below: Agency (Group header) center (group header) department (group header) item(group header) detail section: mon itemName total amount total for the department (department footer) total for the center (center...
  4. alvintse

    masterpages with a dropdownlist

    Hi, I have using VS 2005 and tried to create a masterpages with header, left column for menu and right col for the content. In the menu column, i would like to have a dropdownlist with value of account names from the database. Under the dropdrowlist, there are couple other menu such as account...
  5. alvintse

    Subreport vs. DLookUp

    Hi, I have a report that include many fields (around 40) that is not easy to join them and put in the report as desire. So, some of the fields I use subreport and some of the fields I use DLookUp. I understand either way will slow down the performance. My question is should I use subreport or...
  6. alvintse

    default value for parameter date range

    I am using CR10. Is there any way I can set default value for start date of parameter date range blank and keep the end date as today date? Thanks
  7. alvintse

    Sub report

    I have a report created with CR 10. The report has just 1 grouping and a subreport at the group footer. Since the content of the subreport is always more than 1 page, it always starts at a new page after the group header. Is there any way I can try to make the subreport start right after the...
  8. alvintse

    upsizing to MSSQL Server

    I am working on upsizng our Access database to SQL server keeping Access as front end. I have experience some of the errors such as no index for the tables ... Since it is still under processing, I cannot put it on sevice (letting user to update the data) while I am still doing the modification...
  9. alvintse

    Before Update

    Hi, I have a table that I want to add two more fields to collect the update information whenever a record is updated. The two addition fields namely, date_modify with datatype= datetime and modified_by with datatype = number I have added the following code: Private Sub...
  10. alvintse

    checkBox in mailMerge form letter

    I have created form with microsoft Word 2002 SP3 for mail merge with the data from Access. There is a checkbox in the letter. Is it possible for me to program the status of the checkbox based on the field value from the data? Thanks
  11. alvintse

    Group by formula

    Hi, Anyone has idea how to create a formula for grouping of years and months? The data will return the date range we do not know. For example, the date range will be from 2002 to 2004 and not every month has data. What I need is create a formula that will group the data by month and year. The...
  12. alvintse

    User permission setup

    Hi, Can anyone shows me how to set up the user/group permission for Access 2002? What I want to do is setup a password for every user. Base on their login password, the the user can access only part of the tables/query/report from the database. Thanks.
  13. alvintse

    SQL syntax error

    Hi, I am using Access 2002. For a query, I wrote: Select m.ID, m.Name, Check1 = case when m.ID in (SELECT m1.ID FROM merge m1 Where m1.check_code = '1') Then 1 Else 0 End From merge m; The error message is: Syntax error (missing operator) in query expression 'Check1 = case when m.ID in...
  14. alvintse

    How to prevent the data being saved

    Hi, I am new to Access. When I created a form, it will display record by record. If I made any changes for that record, the data will save as soon as I move on to next record? Is there any way to make the form pop up a message to confirm whether to save the changes or not when I move on the next...
  15. alvintse

    Export to PDF

    Hi, I am using crystal report 9 with sql server2000. I have noticed when I exported the output to pdf format, the font size is smaller than the original report. Is there any way I can do to make them the same? Thanks.
  16. alvintse

    working with different locale?

    I have reports cresated with CR9 with US locale. Now my reprots need to run under different locale setting (Spanish) My problem is: For any date type record, if I use the cdate( ) before the data displays, it works perfectly with any locale. For those number and currency datatype, the only...
  17. alvintse

    SELECT RECORD WITH NULL VALUE

    Can someone tell me how can I write the selection formula so only return records contain Null value on a specific field. Thanks.
  18. alvintse

    Passing parameters to crystal reports with ASP.net

    Hi, I have created a report with 2 parameters. After I place the crystalreportviewer to the web form, it automatically set the databinding=true. Every time I try to view the report, it prompts me for the paramter value. Can anyone show me the code to pass the parameter values to the report...
  19. alvintse

    Performance Issue

    With CR 9, which method provide the best performance? - selecting the tables using database expert; that will include many fields that not needed for the report. - add command; write the sql statement and select only the fields needed for the report. Thanks for your comments.
  20. alvintse

    Display images from a folder

    In CR 9, is this possible to display images from my local hard disk? I have all the image files stored in the same folder. Say, c:\images. The file names are a.jpg, b.jpg, c.jpg. ..... In the report, I want to display like this: a.jpg Product Name a Qtr. b.jpg Product Name b Qtr. c.jpg...

Part and Inventory Search

Back
Top