Search results

  1. F

    Greatest User

    Situation: When logging into my network I record several key information about every computer. The only two fields that concern me at the moment are Username and Computername. I am trying to retrieve the user of each machine. My problem is sometimes users will log into machines that are not...
  2. F

    Treeview and Tab Controls

    I am having a bit of an issue using treeview with a tab control. Has anyone else had this problem? It is a hard issue to explain so I have attached an ss, but to be breif it seems that when you place the treeview on the tab itself and then run the form it places the treeview control in the top...
  3. F

    Sort Order of Treeview

    Does anyone know how to arrange the icons in treeview in a specific way.. not acending or descending but just how their inputed or whatnot. Im setting up a menu and woudl ranter have Exit the very last item. Thanks a bunch.
  4. F

    Numeric in a string

    Is there a way to find out if there is any numbers inside of a string such as: 111222BM12A = true 1111233asaa = true FREDS DATA = false etc etc.. I am looking at actual file names so input masks wont help me. Any advice would be appreciated.. Thanks again.
  5. F

    Directory Stucture

    I have an issues where I need to analyze a CD and put all file names with there extensions into a database. These CD's have different directory structures though I dont need to capture that information as much as the files and theres extensions. Does anyone know how I can make a complete list...
  6. F

    Forms captions

    I know I can go through the forms and find there names externally but is there a way to pick out there Captions? For Each objFRM In Application.CurrentProject.AllForms whatever = objfrm.caption Next Somthing similar to that code?... (this doesnt work btw P)
  7. F

    Help Files

    Would someone point me in the direction to creating a help screen, I tried searching for it on the boards though the word 'Help' is filtered out and I am having little luck. I need to make instructional help file to explain how things are done in my application... like in the event of this you...
  8. F

    access Identification

    I have been working on this database for awhile and I thought I would post it to hopefully help out anyone that needs Security/Identification for there dbs. The reason that I wrote this is access user and group security is somewhat lacking and I am not able to find out what group a user is in...
  9. F

    List box slow down

    Same ole problem different spin. I have a split database forms /data (actually several datas and forms for security but mainly just dealing with the first). If you have been dealing with access awhile you know you can experience first form slow down when you open up a form that has some...
  10. F

    interesting....

    Hey guys, I have sorta a difficult one I would like to ask if you guys have had any issues with this before.. I have a table that keeps a list of check boxes on a perticular form. What I want to have happen is call a recordset up to create a list of these objects and then test there values...
  11. F

    Count Spelling Errors

    Hello everyone, I am developing an audit tool at the moment, so that our customers can count how many spelling errors they might have in a claim. My question is, Is there a way to count the amount of mispelled words in a set amount of information, whithout correcting them or prompting...
  12. F

    cosmetic question

    Is there a way to make a list box show bolean values as a checked/unchecked visualization, instead of a yes/no? Thanks.
  13. F

    Unique ID

    I would like to get opinions on table design itself. Wether its best to use a unique id generated by the user ( ie. username serialnumber) etc.. or to use a system generated number? I am currious as to the pros and cons of both systems. Also the benefit of keeping an ID as far as space and...
  14. F

    Display When

    Have any of you had problems with the display when property on forms ? I have a form that prints however the print button I do not want displayed. Somtimes this works sometimes it doesnt its real flaky. Anyone know whats up?
  15. F

    IF Exist Object

    I woudl like to see if I can find a piece of code that will tell me if a module exists in a database. Such as: if findobject(Module1) = true then 'whatever end if anyone know how to do this? Thanks
  16. F

    Lotus Notes

    Hello, I am looking for a way to link to lotus notes databases. Anyone done this before? Please let me know thanks a bunch.
  17. F

    Always on top

    Hello, Does anyone know how to set a form to be always on top of the desktop? I have a caculator of sorts that I wish to keep on top of a as/400 green screen. Is this possible?... also does anyone know how to size Access windows.(not the form) the entire window? Thanks in advance.
Back
Top Bottom