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 TouchToneTommy 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: *

  1. Michaelcree

    Ajax Controls and Hyperlinks

    Hi I have a Grid View inside a Content Template which is inside a Update Panel. The grid view contains an extra column with hyperlinks in. But the hyperlinks do not work, you cannot click onto them and no url is shown in the web browser when you hover the mouse over. If I remove the Grid...
  2. Michaelcree

    SMS Package Deployment in DMZ

    Hello I have as server located in our DMZ. SMS can see the server and appears looking at the logs to be communicating with it OK. However when I attempt to deploy a package to the server SMS fails with the following message: An error occurred while preparing to run the program for...
  3. Michaelcree

    Arcserve 9 crashes with Windows 2003 service pack 2

    HI For version 11 and 11.1 you can find the the log under the name tskeptXX.log it does point to the file suggested in the support article (asrbckup.dll) We will try this fix and I will post the results Many Thanks Michael
  4. Michaelcree

    Arcserve 9 crashes with Windows 2003 service pack 2

    Hi I have the same problem but with version 11 and 11.1
  5. Michaelcree

    Internet Explorer 6 Script Error Access Denied Windows Live Search

    Hi A few of my users have suddenly developed a problem using Windows Search Using the search button on the tool bar to display Windows live search they then enter their required search words Where as before when the list of found websites was displayed in the left hand side of the screen...
  6. Michaelcree

    Selecting a record from Data Grid

    Thanks you both for this I will give it a go and see how I get on. Could I ask you one more question? Not how to do something but I think it may be a case of what is best practice. When I have developed Access databases as a person opens a record I have written the user name date and time they...
  7. Michaelcree

    Selecting a record from Data Grid

    Hi Bret It is just the data from one row in the datagridform view(Which ever record that is selected by the user)to pull onto the form and display. It is how you get the textboxes on the form to display the same information as in the datagrid that I am stuck on. Michael
  8. Michaelcree

    Selecting a record from Data Grid

    Hi Sorry about this! I have used the pubs database to create a datagridwiew and placed a button on the bottom of that form then created another form with some text boxes on but still cannot see how to link the selected record on the datagrid and populate the txt fields on the form with that...
  9. Michaelcree

    Selecting a record from Data Grid

    Is there an example database where I can see this in action so I can get a better understanding?
  10. Michaelcree

    Selecting a record from Data Grid

    Thanks for this Bret. OK I know this is going to sound like a silly question but bear in mind I am only just started getting my head around this stuff! I create a form with txt fields matching the ones on the datagrid that the button on the datagrid then opens? Michael
  11. Michaelcree

    Selecting a record from Data Grid

    Hi I am currently trying to learn VB.NET 2005. I have a data grid and would like to select a record in that grid and open a form displaying that records details Is this posible and how? Thanks
  12. Michaelcree

    Searching for records between two given dates

    Hi Thanks for all your help In the end a friend helped me solve the issue with the following amendments to the code as follows Private Function ReportResults() As String If Len(TxtItemCode) <> 0 And Not IsNull(TxtItemCode) Then ReportResults = ReportResults & " (tblReturns.ItemCode...
  13. Michaelcree

    Searching for records between two given dates

    Tried that but when you go to save the qry a message is displayed "Your entry cannot be converted to a valid date time value between [frmReports]![txtItemCodeReportStartDate] and [frmReports]![txtItemCodeReportEndDate]
  14. Michaelcree

    Searching for records between two given dates

    I think I understand Is this where you open the report based on a query of the table? And in the criteria field for the date add in between [frmReports]![txtItemCodeReportStartDate] and [frmReports]![txtItemCodeReportEndDate] I have tried this but it gives amessage "Your entry cannot be...
  15. Michaelcree

    Searching for records between two given dates

    Hi I need to be able to search an Access database table for the occurances of an Item Code between two given dates. I have created a form with three fields and one button on txtItemCode txtItemCodeReportStartDate txtItemCodeReportEndDate...
  16. Michaelcree

    data type varchar to data type money

    Hi All I have a access form which has a field which needs to be a currency. The text field on the form is set to be a Currency. The table (Which is on an SQL 2000 Server)also has its properties set to be a currency (Data Type - Money Length - 8) But when I try to enter an amount on the field I...
  17. Michaelcree

    Outlook 2003 Out of Office Rules

    Many thanks for you help that worked OK.
  18. Michaelcree

    Outlook 2003 Out of Office Rules

    Hi Sorry to seem a little slow with this but: The "All Messages" rule need to be edited Currently there is nothing in the "From" line (done so the second rule fires for all incoming messages. I need to add the address of the person getting the duplicate message and NOT the address of the...
  19. Michaelcree

    Outlook 2003 Out of Office Rules

    Hello I have two out of office rules setup - The first rule is from a specific address and has the "do not process subsequent rules" box checked. The second rule is from all mail messages. The check box "do not process subsequent rules". Is not working After the first rule fires the second...
  20. Michaelcree

    Highlight and Colour records in a continuous form

    Thanks for you help this worked a treat -- My mistake for putting it in the wrong forum -- Realised after posting but could not see a way of moving/deleting it after it was posted

Part and Inventory Search

Back
Top