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

    Naming multiple select boxes through loop

    Hi I've set up a table on a page which has product information for each row in the table. Each table row has a select box which is named using <select name=\"item_no_$i\"/> where $i is a number that is incremented on each loop. This then generates a series of select boxes named item_no_0...
  2. FurryGorilla

    Linked table workgroup information file

    I have a front end to an Access 2002 database which contains forms, reports, queries and linked tables to a second database. I've created a workgroup information file using the security wizard for the first database so only specific users can modify the database objects. Every user can add...
  3. FurryGorilla

    Resize one-dimensional array

    Hi I'm having a little trouble finding any information on exactly how to do this. I merely need to resize a one dimensional array depending on another number. I have 2 arrays of floating point numbers named 'buffer1' and 'buffer2' and these are to be resized using the integer 'size'...
  4. FurryGorilla

    On current event when deleting

    Hi I have some code in the 'on current' event of a form which displays a message box depending on the status of a field on the form. When I delete a record, I ask the user if they would like to delete this record. if they confirm this, two commands are called: DoCmd.DoMenuItem acFormBar...
  5. FurryGorilla

    Subform control source error

    Hi I have a main form with a subform containing a sum of values on an order. The subform has a textbox named txtTotalNet which has it's control source set to '=Sum([Net])'. Because the records are displayed in datasheet view, I have a textbox on the main form with a control source of...
  6. FurryGorilla

    Validate number as integer

    Hi all I've got a little problem on a datasheet which involves putting the length or quantity (depending on the category) into a textbox on form in datasheet view. I was going to use an if statement and then use the mod function but found any value mod 1 returns 0 even if it's a decimal value...
  7. FurryGorilla

    Moving through datasheet subform

    Hi Just having a little problem with moving through records in a subform in datasheet view. I have an order form which scrolls through individual orders. When you scroll through each of the orders the items on each order are displayed in the frmOrderItems which is a subform of frmOrders When...
  8. FurryGorilla

    Moving through datasheet subfrom

    Hi Just having a little problem with moving through records in a subform in datasheet view. I have an order form which scrolls through individual orders. When you scroll through each of the orders the items on each order are displayed in the frmOrderItems which is a subform of frmOrders When...
  9. FurryGorilla

    Delete item in orders but update in stock table

    Hi all, Hopefully you can help. I have a form for a customer order which includes a subform (in datasheet view) which displays the items and their respective quantities that are on the current order. The user is able to delete items from the order by highlighting the record in the subform...
  10. FurryGorilla

    Database design help

    Hi all Just need some advice on a database I'm designing. It's for a carpet company that wants to keep track of Customers, Suppliers, Orders and Stock. The only thing is, I am running into a slight problem with the stock tables. Basically this is a simplified version of what I have so far...
  11. FurryGorilla

    Sessions with W2K Pro &amp; Apache

    Hi I've et up Apache 1.3, MySQL and PHP on a W2K Pro PC but am having problems using sessions to pass data between pages. I've checked the php.ini file and it has the following format: [session] session.save_path = c:\tmp The test pages I'm running are as follows: page1.php <...
  12. FurryGorilla

    Subform select qry and then update

    H This is getting a little frustrating now as I haven't done any Access for a while and I can't for the life of me remember how to do it. Basically I have two tables as follows: tblComplaint(CCNo, Customer, SMNNo, DateRaised Area) tblContainment(CCNo, Action, DateAgreed, Other) Once the...
  13. FurryGorilla

    Users Export

    Hi I've had a browse of the forums and done a couple of searches but couldn't find the answer I was looking for. A friend asked me whether I knew of a way of exporting users from NT to use on another NT machine. I suggested adduser but this does not export the user passwords. Any ideas...
  14. FurryGorilla

    Download ..err no

    Hi Having a little bit of trouble with internet explorer. Whenever I try to download a file (exe, zip, etc) the cursor changes to an eggtimer and a download box appears for about half a second but then nothing happens (this also occurs using Save Target As). Even if I open in a new window an...
  15. FurryGorilla

    Screensaver path

    Hi Could someone please tell me whether it is possible to change the screensaver which is being used without accessing the display properties dialogue box. I have had a look in the win.ini, control.ini and registry but cannot find any reference to it. The reason I ask is because I have a...
  16. FurryGorilla

    Correct Form? Web Access Restriction

    Hi, sorry if this is the wrong forum to post into but if it is can you point me in the right direction :-) We are having a few problems at work with staff accessing web sites that they shouldn't be. They only need access to one specific IP address/computer name to enable them to log their...
  17. FurryGorilla

    Update table from another table

    Lo all. I've had a look through the forums and have found some similar posts but nothing I seem to do makes a difference. I have 2 tabels, tblReportTotals and tblReportPlanned. I want to update the field named PlannedTime in the tblReportTotals table with the TotalTime field from the table...
  18. FurryGorilla

    Updating Duplicate Records Into Table

    I have a table named tblUnder60 which has been updated with records from another table based on a WeekNo on a form. The data is associated with employees working at particular machines so athough most of the information will be different, the WeekNo and MachineNo may match. Is there a way of...
  19. FurryGorilla

    Get sum of field from one table and update another

    I have 2 tables, one named tblOee and the other named tblUnder60 I need to run a query which will create records in tblUnder60 based on a week number from a form, created from all of the records in tblOee tblUnder60 has one record per machine and needs to be updated with the total times (using...
  20. FurryGorilla

    See who is logged onto specific computer

    I'm not sure if this is the most appropriate newsgroup but I'll see what happens. I have the IP adddress and computer name of a PC connected to a Windows NT network. Is it possible, be it from the server or another client PC, to see who is logged on to the computer in question? The PC does...

Part and Inventory Search

Back
Top