Hi
I am having some trouble coming up with a solution so that a combobox only lists staff members at a particularly who have the relevant qualifications associated with a service.
Perhaps I have the table design wrong (please see the link at the bottom of my question for the relationship image) to do this kind of thing:
Here's what I am looking to achieve:
A pharmacy provides a service which may...
Search Result
Collapse
10 results in 0.0033 seconds.
Keywords
Members
Tags
-
Combobox showing Staff with relevant qualifications
-
Concatenate problem - how do I reference another field?
As usual, this seems like a really simple problem but it is stumping me. I am using Access 2007.
I have a form with a combo box that is fed by a look up table. The look up table has an auto id and a text field. The text is what you see in the combo box on the form but it's one of those bound to column 1 (auto id), column count is 2, column widths are 0" and 3" kind of things (my experience with Access 2003 is that this was... -
How to concatenate web pages - client side only ?
I want to create a web site with multiple pages that one can think of as sections to a large document. What I also want is a web page that is simply the concatenation of the other web pages. (I want more than one actually differing only by the order in which the concatenation is done)
I know you can do this with server based code – but it ought to be possible to do this just using a browser that can ‘see’ the separate files that... -
Concatenate function in a query - struggling with character limitation
Hi,
First of all I would like to express my gratitude to all users in this forum. It has really helped me a lot for a long time now, even without being a registered user!
But now I am stuck with a challenge, and I have tried to figure it out by having a look on several similar posts without any luck.
I have used Allen Browne's conc function. http://allenbrowne.com/func-concat.html
I use... -
Concatenating wav files
Hi
I want to concatenate 2 or more wav files .
I concatenated two wav files, AudioInputstrea m and AudioSystem.wri te.
I can play well.
But when it is concatenated, there is a time delay between two files when it is playing.
And also I want to play only first half of the wav file and continue the second wav file.
Please reply if u have any idea -
query calculation problem
I am having a problem with a calculation in Microsoft Access. I am trying to add two numeric columns, however the result I am receiving is the data is being concatenated. I am using the following formula: newField:([field1]+[field2]). If field1 contains 567 and field2 contains -98, my result is 567-98 instead of 469. I have performed simular calcualtions many times and I am going nuts trying to figure out why this won't work. I appreciate... -
RTrim/Concatenatate problem
Hi,
I have a program which extracts 30 characters from a specific point in a file and performs an rtrim function on it to remove any spaces on the right of the text. After this a concatenate function adds a folder path before the extracted text and a ".mp3" extension after the extracted text thus creating a full filepath. A working example of this process would be: extracted text = "song 1 ".... -
Getting a DropDownList value to concatenate with String in a textbox
Hi all. I need help about this particular aspect.
In a webform I have an <asp:textbox> (txtName) and <asp:DropDownLi st> (lstSchool) with 2 values inside.
I have typed in a value for the textbox. When I select an option from the dropdownlist, I would like that value(String) to be concatenated with the textbox's value. How do I achieve this in JavaScript?
(Microsoft Visual Studio 2005)
... -
uicouic started a topic Selecting a value of ASP:DropDownList to concatenate with another String in a textboxin JavascriptSelecting a value of ASP:DropDownList to concatenate with another String in a textbox
Hi all. I need help about this particular aspect.
In a webform I have an <asp:textbox> (txtName) and <asp:DropDownLi st> (lstSchool) with 2 values inside.
I have typed in a value for the textbox. When I select an option from the dropdownlist, I would like that value(String) to be concatenated with the textbox's value. How do I achieve this in JavaScript?
(Microsoft Visual Studio 2005)
... -
How do I concatenate text to a sql statement
The following sql statement fails:
SELECT IdFlight, OrganizerLastNa me + ", " + OrganizerFirstN ame + "
Flt:" + FlightNumber As Concat FROM TableFlights Order By
OrganizerLastNa me, OrganizerFirstN ame
I'm trying to concatenate fields and words, but my asp.net page gives
me an error saying " Flt:" is not a field.
Thanks,
Marvin...