Hi,
I've just purchased a Buffalo Linkstation HD-160LAN from Buffalo. The unit comes as a NAS with an integrated print server. In our office I've got the NAS working fine, networked and sharing folders based on usernames, etc, etc.
However, I can't get it to work with out multifunction...
I have a network using a LinkSys WAG54G modem/router, which has 4 ethernet connections and also a wireless network. I've got four housemates using the ethernet connections, and I'm using the wireless. However, I'm having some problems with the wireless inexplicably dropping out, so I'm...
Hi There,
I have just set up a new network, and the Ethernet connections via the Router are fine... I've set up the wireless network with 128bit WEP and MAC address filtering, and when I turn the router and my laptop on, my Dlink DWL-G650 card picks up the network and connects, and works fine...
Hi there,
I have a function (one of many) which is called onclick of a number of different elements of a form. This function works perfectly (with no detected script errors) in Internet Explorer, and I have even downloaded Opera to check it, where it works fine too. However, Firefox will not...
Hi There,
I have just set up a new network, and the Ethernet connections via the Router are fine... I've set up the wireless network with 128bit WEP and MAC address filtering, and when I turn the router and my laptop on, my Dlink DWL-G650 card picks up the network and connects, and works fine...
Hi,
I know how to have a combo box that, after selection (onchange), changes the window.location to be the value (a basic nevigation combo).
However, I have a series of different javascript functions within the page that I want to be called based on the value selected in the combo boxes...
Hi there,
I have a form with a subform on it. The parent form is literally parents, and then the subform is their children that belong to that parent based on the ParentID. Pretty simple stuff.
I've created my own navigation buttons on the subform using some code I found online, and also a...
Hi there,
I've got a parent table (unique key ParentID), and a child table (unique key ChildID, secondary key ParentID which relates it to the parent).
I want to have a form that concentrates on the child. So I have created a form based on the child table, and then a subform based on the...
Hi,
I want a user to select a range on the worksheet, and then to click a button to redefine that range as a new defined name. The range has a list of job roles, with a defined range name of "jobroles". I have created the following code which allows them to redefine the name after they make...
Hi,
I have a page made up of <div>'s and I want to have a link selects and prints only the DIV. I am assuming here it is possible for a bit of javascript to select the contents of a DIV on the page, and then to launch the "print selection" dialog box, so that the user only needs select the...
Hi,
I have a subform which currently displays the records within a table related to the master record being looked at on the form. This is working fine, but I only want the table to show me the records that meet a certain criteria. I had got the subform displaying the results of a query, which...
Hi,
I have a field which stores the date in date/time format dd/mm/yyyy, and I want to build an expression within a query that extracts the month in full text form (e.g. xx/06/xxxx = "June").
I'm pretty sure this must be easy but I can't quite work it out as I haven't got much experience with...
Hi
The question sounds simple but its not quite as simple as it might sound. I have got 4 queries, all of which have exactly the same fields, but each have slightly different criteria. The fields are all numbers, calculated as the averages of some other queries.
What I want is a query that...
I have a field which afterupdate runs the following code...
Private Sub Comments_AfterUpdate()
Comments.SetFocus
If Len(Comments) > 0 Then
Comments.SelStart = 1
Comments.SelLength = Len(Comments)
DoCmd.RunCommand acCmdSpelling
End If
End Sub
This runs a spell check...
Hi,
I have a spreadsheet with a column for text comments. So that users can use update the comments as if the cell were a text box, with new and blank lines, I have got a button at the top of the column which brings up a vb form with a multiline text box on with the current contents of the...
Hi,
I have a column which has comments in it (block text). I have a user form at the moment that opens when the users does a certain keyboard shortcut, which places the contents of the active cell into a multiline text box, and the user can then edit it easily in that, and click on UPDATE...
Hi,
I am creating a chart using a macro, and was wondering whether I could get the macro to automatically add a line across the chart, at a certain point on the Y axis. All I can see in Excel is the functionality to add a trend line, but thats not want I want. E.g. on a scale of 1-5 on the Y...
Hi,
I am creating a chart based on some information on a worksheet, and then want the chart to remain as it is, even if it alter (or even delete) the data from which it was created. Obviously I could copy and paste the chart into a different application, making sure I don't link it, but what I...
I want to get the clock in the taskbar, at the bottom right hand corner of my screen, not only to display the current time, but also the current date (eg. 11:00, 04-08-04).
I'm pretty sure that this is possible, but I can't remember how to do it.
Dave.
I am trying to work out how to have an inline frame which has a scroll bar on BOTH the left and the right hand side of the iframe. Is this possible? If so, can you let me know how?
Cheers,
Dave.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.