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

    Routing External mail to an Internal Address

    Greetings, How would I, using Exchange Server 2000, route an external email message sent to company@companyname.com to an internal address? Our previous email package, MDaemon, allowed a routing rule to be implemented where all incoming email messages are examined for certain criteria. Upon...
  2. dleiba

    Chnaging the Windows 2000 Password programmatically

    Greetings! I currently use the code below to allow the users of my application to change their Windows 2000 password. However, it does not seem to work on a consistent basis. Could someone possibly provide me with either an explanation for this or an alternative method? Thanks in advance...
  3. dleiba

    Updating the Value List Rowsource of a Field in a Table

    Greetings, I am using the following code to update the rowsource for a value list field on a FORM. <Field>.RowSource = <Field>.OldValue & &quot;;&quot; & <Field> However, I would like to update the underlying TABLE field's rowsource with BOTH values (Old & New) from the FORM. Possible? Let...
  4. dleiba

    Setting User Permissions via VBA

    Greetings, Is it possible to set the permissions for a user programmatically? If so, how? Thanks in advance, Dominic >(::O> dleiba@hotmail.com
  5. dleiba

    Comparing text field to System Password

    Greetings, Is there any way to compare the value entered in a text field to the System password for a specific user? Please let me know. Thanks in advance! Dominic >(::O> dsleiba@capital-credit.com
  6. dleiba

    Generating a FORMATTED text file from a report

    Greetings, Presently, I have a report that functions as a receipt for customers. On activate the report is exported to a text file. (for speed purposes) Is there ANY way to format this text file programmatically to make it a bit more presentable?? Essentially, what I'd like is to format the...
  7. dleiba

    Using Search Functionality to select a specific record in a Listbox

    Greetings, Here is my dilemma. I have a form with a listbox on it. The listbox is unbound and has a Query set as its data source. Presently the number of records being displayed is not large. However, I know that as the database grows so too will the records being displayed. I have therefore...
  8. dleiba

    Trapping Mouse Events

    I currently have multiple forms setup with their Form Property set to &quot;Current Record only&quot;. Why is it then, that users who have a &quot;Wheel&quot; mouse are able to use it to scroll through ALL of my records? How can this be prevented? Thanks Dominic >(::O>
  9. dleiba

    Compacting an Open Database using VBA

    Hey guys, I am using Office XP to open an Access 2000 database (it opens in Access 2000 format by default). I searched through previous threads and found the following command to compact my database when it is open. SendKeys (&quot;%(W1)&quot;) SendKeys (&quot;%(TDC)&quot;) I put this code...
  10. dleiba

    Automatic Logon

    Greetings! Can the Environ(&quot;Username&quot;) syntax be used to automatically log a user into a secured database? Ideally I would like to disable the Logon Dialog Box that Access automatically displays when you secure a database and use the Environ(&quot;Username&quot;) to log the user into...
  11. dleiba

    VBA code to automatically logout database users

    Hey guys, I was browsing through previous threads and found one regarding automatically logging off database users before maintenance. The thread is as follows: Create a field [LogOutStatus] in a system table of the backend that holds the values 1, 2 or 3 Create a form in the frontend that...
  12. dleiba

    Using Customized Toolbars on Popup Forms

    Hey guys, I have noticed that forms that open up as a popup do not display the custom toolbars which have been defined for them. Is there a fix or work around to this? Please let me know. Thanks in advance! Dominic
  13. dleiba

    Using VBA to Generate a User List

    Hey guys, Is it possible to use VBA to generate a list of ALL users presently logged into the database and display this list on a form? Please let me know. Thanks Dominic
  14. dleiba

    Viewing Netware login information using VBA

    G'day folks, I am searching for a way to programmatically obtain a User's netware username AND password using VBA. Is this possible? If so, ANY assistance would be greatly appreciated. Thanks Dominic
  15. dleiba

    Programmatically opening Microsoft Excel using Access

    Hey guys, Yet another question to hopefully challenge the brain. I know it is possibly to open an Excel workbook from within access using the Shell() command. However, I do not want the user to have access to the default menus and toolbars available in Microsoft Excel. 1) Is there a way to...
  16. dleiba

    Access Login Procedure

    Hey guys, I am new to Microsoft Access and have successfully secured it using the Security Wizard. Using tips and some books, I have also disabled the &quot;shift-key&quot; bypass as well as the F11 trick. Presently, the users of this database access it by logging into a Citrix Server, then...

Part and Inventory Search

Back
Top