Thanks for your help. I got it, it was configured to use a certain ip address, I just changed to obtain address from router. Thanks again! Tek-Tips rules!
Hi, I have 2 desktops connected to the internet via a cable modem. I recently moved them into another room, and my laptop couldn't find the network, plus I couldn't connect with the 'wired' pc's either as long as they were plugged into the router (dlink). So I bought a new wireless router...
Thank you all! All very helpful suggestions. I ended up using PHV's advice, and it worked beautifully! As far as the wizard, no i didn't realize! (but I had previously converted a textbox to the combo box which is why I didn't use the wizard)
Much thanks again!
Hi all
I am trying to filter a form using a combo box value. The box contains userids and the idea is for a supervisor to be able to filter the records entered by the employees userid. I have the 'After Update' event property set to a macro which runs a query I built to pull by the value of...
I have a data adapter (asp.net) that pulls two different tables from an Access database:
1. RepData - contains statistical info on cust serv reps
2. Agents - contains names linked by Logid field
If I right click on the Data Adapter and choose 'Preview Data' I can see the appropriate data with...
I have a data adapter that pulls two different tables from an Access database:
1. RepData - contains statistical info on cust serv reps
2. Agents - contains names linked by Logid field
If I right click on the Data Adapter and choose 'Preview Data' I can see the appropriate data with the...
I have a data adapter that pulls two different tables from an Access database:
1. RepData - contains statistical info on cust serv reps
2. Agents - contains names linked by Logid field
If I right click on the Data Adapter and choose 'Preview Data' I can see the appropriate data with the...
I know it's been a long time, but just now getting back to this.
I don't have a 'Report Options' option, and when I look at the original file's properties, it doesn't show as read only.
Anyone have any ideas? Thx.
Ok, I still get the msg: 'Can't find the field sfrAppData as referred to in your expression'
Here's the code:
Me!lblIneligible.Visible = Me!sfrAppData.Form!DoNotInterview.Value
Object doesn't support this property or method.
Here's how it looks:
Private Sub Form_Current()
Me!lblIneligible.Visible = Me![TabCtl0].Pages("Application Info")![DoNotInterview].Form!DoNotInterview.Checked
End Sub
I have a tabbed form with a subform on the second tab. I have a label on the first tab (main form) with visible set to false.
I want it to show ONLY IF the checkbox on the subform is checked, which will change with each record.
I am not sure WHERE to put the code. Form_load? Form_Current...
I have a (modest albeit) resume in html format that I am working on, using xml data to load my experience page.
It functions beautifully on my local machine, but since I uploaded the files to my home directory at Comcast the XML data is not being loaded.
When I try to use the navigation...
I have a (modest albeit) resume in html format, using xml data to load my experience page.
It functions beautifully on my local machine, but since I uploaded the files to my home directory at Comcast the XML data is not being loaded.
When I try to use the navigation buttons to see if it will...
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.