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 Shaun E 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: *

  1. TheRealDeal

    Create a list

    OK. I think I am understanding. I also found the following that the users said they preferred. However, I cannot easily break it apart. select integer_value from dual where 1=2 model dimension by ( 0 as key ) measures ( 0 as integer_value ) rules upsert ( integer_value[ for key from 1 to 10...
  2. TheRealDeal

    Create a list

    Is it possible: Create a dual table with one field that starts at 1 and goes to 100 WITHOUT using unions or referencing another table that has 100+ records? My use of the table is to populate a dropdown in another application.
  3. TheRealDeal

    Create table of 20 rows 19 hidden

    Sorry about this but, I was looking for a dynamic solution via javascript?
  4. TheRealDeal

    Create table of 20 rows 19 hidden

    Being very very new, how would I create a table with a header, 20 rows and 19 hidden?
  5. TheRealDeal

    Defaulting applications to a monitor

    Is it possible to default where an application displays? I have a user that has computer with a built-in video, and an additional video w 2 video ports. Ultimately, 3 video ports available. The applications will randomly open to monitors other than the Primary. We can display the screen ID...
  6. TheRealDeal

    Merge PDF Doc's 1Foreground/1 Background

    Thank you -- I will look into it.
  7. TheRealDeal

    Merge PDF Doc's 1Foreground/1 Background

    I have 2 PDF files. The first one I saved as the foreground, the other I saved as the background. Is it possible to merge the 2 documents so that I have 1 file where the first file is the foreground and the second file is the background and, ... the first one is transparent enough to see the...
  8. TheRealDeal

    Page Number in Excel 2000

    Is it possible to make the Page No and NoOfPages appear in a cell that is part of the header? For example, if I have 5 lines that repeat as the header with every page, how would I get the page numbering scheme to appear in a particular cell?
  9. TheRealDeal

    Creating a form

    I know that I can connect to external data from Designer, but when I goto the PDF view the dropdown does not drop down. What am I doing wrong?
  10. TheRealDeal

    Help Please -- Record Lock

    I am trying to update a record that is locked in Access. I can navigate to the record in question and change any field, but when I step out of the record it gives me an error and will not accept the changes. I have the recordset on a Novell network and am the only person accessing it. I have...
  11. TheRealDeal

    Refresh form while in VBA process

    What would DoEvents offer me and how would I utilize it?
  12. TheRealDeal

    Refresh form while in VBA process

    Whenever I am in a particular process and have feedback coming to a form and I step away to another application, the feedback no longer refreshes. How would I overcome this? The feedback is actually a variable that increments with each record and is displayed on the form.
  13. TheRealDeal

    Optimization w/Access 2000 and VB 6.0

    I am having to import records from Access 2000, FoxPro 2.6 into a not-so conjested Access 2000 for reporting. Is there a some tips or tricks that I might not be aware of that would increase the importing process, such as CacheSize and the sort?
  14. TheRealDeal

    ComboBox coding

    Perfect! Excellent suggestion.
  15. TheRealDeal

    ComboBox coding

    Say the example below is the contents of the combobox. Instead of choosing the Employee ID(Col1), say the list is extremely long and I know the name of the Employee(Col2). I don't want to change the TypeAhead for the EmployeeID since I ultimately want the EmployeeID returned; but what I would...
  16. TheRealDeal

    ComboBox coding

    Let me explain my scenario first before I ask the question. I have a combobox that has 2 columns sorted by the second ASC and first DESC. The first is numeric and the return column while the second is additional text. The TypeAhead feature works just as I would expect it to. My question...
  17. TheRealDeal

    Parameter Query

    Would you happen to have an example to get me started in the right direction?
  18. TheRealDeal

    Parameter Query

    Is it possible to pass parameter values to a query that is not bound to a form or report? For instances, say I have a query and it has [Start Date] and [End Date]; can I DoCmd.OpenQuery "qrySomething", ...([Start Date] = a starting date) and ([End Date] = a ending date).
  19. TheRealDeal

    Record LastUpdate

    Sounds interesting! Would it have to be updated from the form when I update a record the 2nd, 3rd , ... ?
  20. TheRealDeal

    Record LastUpdate

    Is it possible to see a Property that would tell me when a record was last updated?

Part and Inventory Search

Back
Top