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

    Hosts file to access drive on another computer

    Basically: I am developing a back-end/front-end database. The back-end will reside on a file server. The front-end will connect to the back-end (linked tables) using UNC paths, i.e. \\servername\folder\ etc. Because I am testing things at the moment and don't have access to the actual file...
  2. Aubs010

    Circular Relationships

    Hi all, I am trying to develop a questionnaire database which seems a bit troublesome. A screen-shot of the relationships is attached/linked which may make things easier to see A project has a number of sites. A project has a number of questions There are a number of projects. Each question...
  3. Aubs010

    Backup bkf file contain empty folders (incremental-Not enough entries)

    Hi all, I have a bkf file that is currently 4.2GB. I have used to carry out a normal backup and then incremental. on a daily basis for months! Thus, I would have expected to find a copy of everything and daily updates since started. When I open the file in "Backup or Restore Wizard", I see...
  4. Aubs010

    Wireless Router/AP with 2003 Server

    Hi all, This should (in theory) be a pretty simple system to set up, but I can't for the life of me get it working. Current situation: INTERNET | Wireless ADSL router 192.168.1.1 [DHCP server] | |-Clients 192.168.1.2 (example) | |-2003 Server 192.168.1.3 (example)...
  5. Aubs010

    Macro opens query that isn't in the list

    I have a legacy database that I need to modify. The OnClick event of one of the buttons calls the macro "resetstat". Within this macro are the following: SetWarnings WarningsOn = No OpenQuery QueryName = deletestat3 View = Datasheet DataMode = Edit OpenQuery QueryName = up_2_to_1 View =...
  6. Aubs010

    Populate continuous form with temporary data from table

    Sorry if the subject is a bit misleading, but it *is* what I'm striving for! I have a table and all the records within are accessible to all users. On a form I have a couple of search criteria that can be set which then Runs a query to gather all the records that match. I then stupidly...
  7. Aubs010

    VB to Compare two tables, update some records, add/delete others

    I am fairly certain I have seen something similar to this before, but can't for the life of me find it. Maybe I'm asking the wrong question in the search... a brief "what I need" out of the question is at the bottom, if you don't want to know the background. ;) I have a table tblTU with a...
  8. Aubs010

    Reading from a DataGrid

    Hi all, Hopefully someone will come to my rescue!! I've used the code below to get the data from an xml file, this works fine. Problem is, I can't fathom out how to programatically do anything with the data. The form has: DataGridView named PhotoGrid Button named btnReadXML Button named...
  9. Aubs010

    Produce Report from Visual C#

    I may be barking up the wrong tree, but I have just picked up a copy of Visual C# Express Edition from the MS site and have messed about a little with it. Anyway, to the point... I created an *application* in Access. The mdb/mde file is placed in a folder where .jpg photos are saved, open the...
  10. Aubs010

    Download text only from web into Excel

    I'm not a newby with VBA, have created a fair few Access databases/Excel workbooks & Word documents with vast amounts ov VB coding. What I want to achieve: I want to be able to gather information from a website, into an excel worksheet The urls are in the format me.ur.com/id=X where x is 1 to...
  11. Aubs010

    Outlook Calendar showing current date as 27/12/04

    Hi, Software: Microsoft Outlook XP (2002) with SP3 Server: Users are on 2 separate (linked) exhange servers in different locations Server Ver: Exchange Internet Mail Service Version 5.5.2657.72 Symptoms: Month view Calendar displays incorrect date When I (and all the people in my...
  12. Aubs010

    Get Windows (system) variable %USERNAME%

    Basically, what I want to do is get a system variable %USERNAME% into javascript...! I started this in another forum and realised it should have been in here! I have set up a HTA that displays training modules for users WITHIN my office. The problem I have is finding out what modules each...
  13. Aubs010

    HTA - Save file to network drive

    Hi, I have set up a HTA that displays training modules for users WITHIN my office. The problem I have is finding out what modules each person has actually attempted (even viewing a second of it would suffice!). Using login scripts, I can place shortcuts on everyones desktop and/or start menu...
  14. Aubs010

    Finding cell formatting and returning value in another cell

    Is there any way of finding the formatting of a cell and return a value in another cell? e.g. IF Cell A1 is bold THEN Cell B1 has a 1 or IF Cell A1 has a border THEN Cell B1 has a 2 etc... It cannot be with VB as the originator of the spreadsheet does not want VB/macros/etc used! It...
  15. Aubs010

    Local HTA File - Viewing local folder - views (large/small icons, etc)

    Hi, I don't know if this is the correct forum to post this question, as it is partly an Internet Explorer and partly Windows Explorer issue... This may be a bit of a mouthfull, however I will proceed! I have simplified the names... On a NETWORK_DRIVE, I have folder called PROJECTS In this...
  16. Aubs010

    Local HTA File - Viewing local folder - views (large/small icons, etc)

    Hi, This may be a bit of a mouthfull, however I will proceed! I have simplified the names... On a NETWORK_DRIVE, I have folder called PROJECTS In this folder are 5 folders, for each project: PROJ-a ~ PROJ-e Inside each of these folders are 4 more folders (obviously with 4 different folder...
  17. Aubs010

    Merging records for same ID with multiple items

    I used thread700-958616 as a basis for a problem I had This is a "made-up example" because the information I am working with is too complicated to explain and this simplifies it! On a form, one of the fields in the form can have multiple answers. I created the tables as follows: tbl_Items |...
  18. Aubs010

    Lookup answer from non-linked table

    Hi, I have a form that populates a table. One of the fields in the form can have multiple answers I will use colours as an example, because what I have is actually more complicated than what I am showing! Say for example the ball is green and blue. This needs to be saved in one field on the...
  19. Aubs010

    Solid State Hard Drives - Around 40GB

    Hi, Does anyone know of any solid state external hard drives, mainly to be used as a backup drive? Thanks, Aubs
  20. Aubs010

    Word XP moves all text to left and letters ontop of each other

    A strange thing keeps (occasionally) with Microsoft Word XP... An example: User opens Word then opens a Word Document Goes to File, Print and clicks ok. every letter on some -not all- lines move to the far left and on top of each other. To imagine this, make 5 text boxes, each with a letter...

Part and Inventory Search

Back
Top