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

    Search for *

    How can I search for character * through a query in a column's data?
  2. csk003

    View an include in Front Page

    I would like to view an include file in Front Page design view. How can I do it? I can see it in html format. If I can view the file in design view, would it be easy to change the navigation file buttons through moving in design view than changing the code.
  3. csk003

    Access Form- Runtime error 2185

    I created a form in Access 2003 added a command button and text box In the click event o f command button Textbox1.text= "testing" I get a runtime error 2185 you can't reference a propoerty or method of control unless the control has the focus I added textbox1.setfocus in the click button. It...
  4. csk003

    How can we distinguish by case for text values?

    I have a table with City as column name and when I group by city I cannot distinguish between Dallas and DALLAS. They both are counted under Dallas. Even when I try to update Dallas to DALLAS all rows try to get updated instead of the ones with the exact case. Is there any way to identify them...
  5. csk003

    How are percentages dis[alyed through an access query?

    I have a table with column named type. I can group and get the counts. Can I get percentages also in the same query? E.g. Percentage of type A = (50/400)*100 Type Count A 50 B 200 C 150
  6. csk003

    Subform field to show values based on main form and a table

    The main form(datasource: table1) and sub form are linked through an id. The values in subform(datasource:table2) for the column- subcolumn2 should be based on main form column2(value selected by user) and a table5. (Table5 has valid values of column2 and subcolumn2. I should be able to see the...
  7. csk003

    Web enabling access database

    What would be the easy way to web enable an access database for entering data and querying? Users outside of our organization also need to access this database. Can data aceess pages read data from multiple tables and can we use sub forms or something similar to that?
  8. csk003

    Share access database

    I have to develop an access database that the users in our organization need to enter and query. They could all be working on the application at the same time. We have a network drive where this application can be placed. If I change the open mode to shared and select edited record for record...
  9. csk003

    Exporting an access table

    Is there a way to export access table to a tab delimited text file using a button? And the text file name should have a text(fixed) and time stamp of the export? (I am pretty new to VBA)
  10. csk003

    Forcing a new page

    Through label report wizard I could create reports and sort them based on field1, field2 ,field3, field4 and field5 How do I force a new page after every new field3 ?
  11. csk003

    MS Access on Pocket PC

    Can MS Access be installed on Pocket PC (OS- Windows Mobile 2003 software for Pocket PC)? And if so, can we code in VBA?
  12. csk003

    Problem in setting a password for an access database (Office 2003) ?

    I am trying to set a password for Access DB though Tools-> Security -> Set database password. I get a message saying- open the db in exclusive mode. I did that, but I still get the same message and I am the only one using the database Reboot didn't help. *Tried this* I create a blank db and...
  13. csk003

    Is there a way to generate dynamic word /pdf docs through web tools?

    I will have a word template and based on user's selection can I get that template filled so that user can download the document? Eg: User will select City Name and County Name from a list box/dop down. I need to use the values user selected to fill in the word document and display it so that...
  14. csk003

    Is there a way to generate dynamic word /pdf docs through web tools?

    I will have a word template and based on user's selection can I get that template filled so that user can download the document? Eg: User will select City Name and County Name from a list box/dop down. I need to use the values user selected to fill in the word document and diplay it so that...
  15. csk003

    Mail merge by list

    I am trying to mail merge the following in MS Word 2003. My database looks like below: City Address Store Count City1 Address1 Store1 4 City1 Address1 Store2 50 City2 Address2a Store1 80 City2 Address2a Store2 56 City2 Address2a...

Part and Inventory Search

Back
Top