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

    Outlook 2007 and Windows Server 2003 R2

    Hi! Can I use Windows Server as an application server with Outlook 2007? - I want to have access to my outlook(email, calendar) from different computers on my network with Windows Server 2003 R2. Andrew
  2. andzejek

    SqlBase server crashing when connecting.

    SqlBase server 7.0.1 is crashing when attempting to connect to the database with client software or with sqlConsole. Server is starting with crash recovering info after restarting. Can I get some help over here? Andrew
  3. andzejek

    index of current/active control?

    How to find index of current/active control??? Andrew
  4. andzejek

    MsAccess 2000 crashing

    I did setup a module with public variables(12) declaration like: Option Compare Database Public glb_Job_descr As String Public glb_zip_code As String Public glb_sched_day As String . . . These variables have values assigned on a forms (with text and combo boxes) like: Private...
  5. andzejek

    control as function parameter

    How to pass a name of the control to the function which will check if this control is null. Andrew
  6. andzejek

    long date in shortdate type field mystery

    I have a table with one of the field [DATE] defined as "Date/Time" data type with format: "Short Date" and default value Now(). I'm adding records with sql Insert command: "Insert into NWRKORDR([CUST_ID]) Values('" & str_CUST_ID & "');" - CUST_ID field is only required. Why records added with...
  7. andzejek

    zip codes

    Is there some ready to use table of the zipcodes with names of the cities?
  8. andzejek

    select text in textbox

    I have a textbox formatted to currency with two dec. places. How to use selLenght to select whole field? Me.textbox.selLength=12(width of the field in the table) is highlighting only decimal places. Andrew
  9. andzejek

    recordset and subform

    How to refer recodset of the form when you process action on/of the subform Andrew
  10. andzejek

    Editable listbox

    Hi! Is there any way to make listbox editable, so user can click or dclick on the field and type something in there? Andrew
  11. andzejek

    Copy and paste into Tabcontrol

    Hi! Can someone tell me how to insert some controls with copy and paste(or move to) into tabcontrol page , so these controls will belong to this page and will visible only when right tab is active. Right now my controls just sit on top of the tabcontrol and are always visible. Andrew
  12. andzejek

    Access2000 - print from code to spec. printer

    Hi! Is there any way to control printing process(direct print to spec. printers) from code?
  13. andzejek

    MsAccess2000 - TabControl - tabs quantity

    Hi! me again. How to add more tabs to TabControl? Me.TabCtr.Pages.Add - is triggering runtime error 2147: "You must be in design view to create or delete controls", but I can't find anything about pages quantity in propertie for TabControl in design view.
  14. andzejek

    Listbox does not have AddItem method

    My listbox has RowSourceType = "Value List" , why than it does not support AddItem method????? Andrew
  15. andzejek

    Listboxes - best approach

    Can someone tell me what is the best way to do two listboxes where from one listbox user will select records to the second listbox.
  16. andzejek

    OnClick event of tabcontrol does not work

    I'm creating a new form, setting up TabControl with two tabs(page6 and page7) and trying to run some code (for now msgbox only) when user click on the tab(page7). Now, when I'm clicking on the tab nothing happens, the only place witch is popping up messagebox is very small area(I found it...
  17. andzejek

    Accumulating Listbox

    How to create a listbox to which I will add records. Let say I have a three commandbuttons which will create three recordset with onclick event. How to create a listbox which will add records after each clicking? Andrew
  18. andzejek

    How to change index of control?

    Is there a way to change index(not a tab index) of control like a textbox? Andrew
  19. andzejek

    Editable textbox on form which has allowedits=false

    Is there any way to have one editable textbox on a form which has allowedits set to false? Andrew
  20. andzejek

    DoCmd.GoToRecord , , acNewRec does not work

    I have a form with textboxes and listbox which are showing fields of the table(few fields and few records - listbox) and using a wizard I created "Add New" record button and it does not work! It goes to the last record but is is not adding new one! Andrew

Part and Inventory Search

Back
Top