I have a network with multiple Cisco 9300 Switches and 9606 Core switches. We had a PC connected directly to a Carrier i-Vu XT Router. The PC needs to be moved to another building. I connected the router to the switch for that building on VLAN 202. The switch connects directly to the core and to...
Is ARP Connection oriented or connectionless? It uses TCP, but does that consider it connection oriented?
In the same sense would the following be connectionless too: HTTP, SMTP, SNMP, POP3, Frame Relay?
I have a piece of JavaScript code that should validate that a username field is not empty or null and that a telephone field is in the correct format using event handler registration. It seems to be validating fine but if there is an error it still manages to submit.
HTML
<html>
<head>...
We just got "new" Meridian M2616 phones (an "update" from analog lines). Years ago, I could program Norstar M7208 phones but am in a new job and don't have administrator access.
Is it possible to add a function to one of the 10 keys currently available on the phone, without the phone administrator?
I'm using Lebans' RTF2 Control to display a varchar field from a SQL table in an Access Report. The RTF text in a field can span up to 5+ pages. I am having problems displaying the text when it exceeds one page.
Using the following code I get the error: "The control or subform control is too...
I have a database where some fields are text with RTF (Rich Text Format). I need to display this text in a Report. I had originally used the Leban's now defunt RTF2 Control to display the RTF. I noticed that some RTF is not being displayed.
This is an example:
{\rtf1\ansi\ansicpg1252\uc1...
In a subreport I created a sub on detail_format event that will display a text when there is no data returned.
‘Code in sub-report
Private Sub Detail_Format(Cancel As Integer, FormatCount As Integer)
If Me.Report.HasData Then
Me.Label43.Visible = True
Me.txtNotEntered.Visible = False...
I have a site within a site and would like to see this site appear as a drop down menu in the top menu bar (ID="TopNavigationMenu"). In the default.master page I have edited the following:
StaticDisplayLevels="2"
MaximumDynamicDisplayLevels="3"
In the Menu Navigation I added the top site to...
My motherboard died and I need to find a replacement motherboard that will fit my case. It was originally an Acer M5640 AM5640-B54045A. The motherboard is microATX (9.6 x 8). The case uses 3 internal USB 2.0 ports, 1 1394 internal port, 1 front panel connector block (13 pins), 1 audio connector...
I have an Access 2000 file with the backend in SQL Server 2005. The Access file is currently in a shared folder. The 40 users have already have the shortcut on their Desktops. I need to make an Access file VBA code routine to create a file in each users “My Documents” folder and have them run...
I created an access application using the datetime picker activex control (mscomct2.ocx). I've noticed that if I run a form with the object and the ocx file hasn't been registered (even after I register it on the pc) it will not load unless I replace the access application. Usually I get the...
I have an Access database with the backend in SQL Server 2005. I am using a couple of DateTimePicker ActiveX Controls on my forms. I have noticed that some users have their regional settings option for the date in format dd/MM/yy. My SQL database saves the information as MM/dd/yyyy. When running...
I have Table A and Table B which are similar. Table A is the main table and makes a copy to Table B. Some records in Table A are either added or deleted. Table B is later refreshed with the records in Table A to match it. How can I pragmatically know which were the records that were deleted and...
I have a hospital food menu ordering database. I made one table which houses the menu and another which is the order table. The way I made the form is that when a particular menu date is viewed the Order table is filled with the Menu Table, so the user can see the menu AND enter the quantity...
I have a subform with a record that contains 3 comboboxes and a couple of text boxes (hidden and visible) and an “Available” checkbox. I am trying to restrict the user to modify the records after they have been entered them; using only the “Available” checkbox if they do not want to use that...
I have uploaded a 700,000+ table in SQL Server 2005 and one of the fields is in RTF Format I need to convert it into ASCII Text. If possible, I can add another field for the conversion.
I might access it in Access 2007 if need to use VBA code.
I have a tab control in my form which I created in Access 2003 on Windows XP. Since the name (Caption) is a bit long I use CRTL+Enter so that it continues below. When I view the same form on Access 2003 on another PC the name is displayed on one whole line with blocks where there used to be a...
I have a Food Menu ordering database. There is a daily menu and in that menu one can order any amount of food in that particular menu.
I have these two tables where I want to create a form to enter the quantity.
MenuItems (Table)
MenuItemsID (PK)
FoodID (FK from Food Table)
MenuDayID (FK)...
I am making a menu ordering system.
These are the main tables:
MenuByCycle
MenuByCycleID (PK)
Year
CycleID
MenuByDay
MenuByDayID
Day
MenuByCycleID (FK to MenuByCycle)
MenuByDiet
MenuByDietID
TypeOfDietID (PK)
MenuByDayID (PK, also a FK to MenuByDay Table)
FoodPerMenu
FoodByMenuID (PK)...
I have a database that in Table form it shows the subdatasheets that make
refrence to the main table. It is basically a Menu ordering system. Goes
something like this:
MenuByCycle (Contains: Cycle and year), MenuByDay (Contains: Day), MenuByDiet
(Contains: TypeOfDiets), FoodItemsByMenu (The...
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.